diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
| commit | 3453735fbcb082c18e0d42dc177efb4abfe7c10b (patch) | |
| tree | 41e04285c55255f1be7e0e4316c00869350ec0ed /edit_privacy.php | |
| parent | d66c0b94b29f7da216d03b4779fea0f57bd0da2f (diff) | |
| download | webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.gz webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.bz2 webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'edit_privacy.php')
| -rw-r--r-- | edit_privacy.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_privacy.php b/edit_privacy.php index b801848a63..80e74a9c52 100644 --- a/edit_privacy.php +++ b/edit_privacy.php @@ -346,7 +346,7 @@ if ($action=="update") { <tr> <td class="descriptionbox wrap"> - <?php echo i18n::translate('Use GEDCOM (RESN) Privacy restriction'), help_link('PRIVACY_BY_RESN'); ?> + <?php echo i18n::translate('Use GEDCOM (RESN) privacy restriction'), help_link('PRIVACY_BY_RESN'); ?> </td> <td class="optionbox"> <select size="1" name="v_PRIVACY_BY_RESN"><?php write_yes_no($PRIVACY_BY_RESN); ?></select> @@ -493,8 +493,8 @@ if ($action=="update") { <table class="facts_table"> <tr> <td class="topbottombar <?php print $TEXT_DIRECTION; ?>"> - <?php print "<a href=\"javascript: ".i18n::translate('User Privacy settings')."\" onclick=\"expand_layer('user-privacy-options');return false\"><img id=\"user-privacy-options_img\" src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["plus"]["other"]."\" border=\"0\" width=\"11\" height=\"11\" alt=\"\" /></a> "; ?> - <a href="javascript: <?php print i18n::translate('User Privacy settings'); ?>" onclick="expand_layer('user-privacy-options');return false"><b><?php echo i18n::translate('User Privacy settings'); ?></b></a><?php echo help_link('user_privacy'); ?> + <?php print "<a href=\"javascript: ".i18n::translate('User privacy settings')."\" onclick=\"expand_layer('user-privacy-options');return false\"><img id=\"user-privacy-options_img\" src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["plus"]["other"]."\" border=\"0\" width=\"11\" height=\"11\" alt=\"\" /></a> "; ?> + <a href="javascript: <?php print i18n::translate('User privacy settings'); ?>" onclick="expand_layer('user-privacy-options');return false"><b><?php echo i18n::translate('User privacy settings'); ?></b></a><?php echo help_link('user_privacy'); ?> </td> </tr> </table> |
