diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-12 21:02:54 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-12 21:02:54 +0000 |
| commit | 310e1cbe6f727f11898c254ba3db09ad1f2597a6 (patch) | |
| tree | 4fe575970d3e30c8997d14dbbd83d74161c3b133 /modules/review_changes/module.php | |
| parent | 7399b34b0a69f5bda53eca9c35fcb03c853af141 (diff) | |
| download | webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.tar.gz webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.tar.bz2 webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'modules/review_changes/module.php')
| -rw-r--r-- | modules/review_changes/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/review_changes/module.php b/modules/review_changes/module.php index b0281a8f39..28daf7309e 100644 --- a/modules/review_changes/module.php +++ b/modules/review_changes/module.php @@ -101,7 +101,7 @@ class review_changes_WT_Module extends WT_Module implements WT_Module_Block { $title .= "<a href=\"javascript: configure block\" onclick=\"window.open('index_edit.php?action=configure&block_id={$block_id}', '_blank', 'top=50,left=50,width=600,height=350,scrollbars=1,resizable=1'); return false;\">"; $title .= "<img class=\"adminicon\" src=\"$WT_IMAGE_DIR/".$WT_IMAGES["admin"]["small"]."\" width=\"15\" height=\"15\" border=\"0\" alt=\"".i18n::translate('Configure')."\" /></a>"; } - $title.=i18n::translate('Review GEDCOM Changes').help_link('review_changes'); + $title.=i18n::translate('Review GEDCOM changes').help_link('review_changes'); $content = ""; if (WT_USER_CAN_ACCEPT) { $content .= "<a href=\"javascript:;\" onclick=\"window.open('edit_changes.php','_blank','width=600,height=500,resizable=1,scrollbars=1'); return false;\">".i18n::translate('Accept / Reject Changes')."</a><br />"; |
