diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
| commit | 1bfae9e0b380e63146dfcdef13ccd15dbb7f241f (patch) | |
| tree | aa96e5c5e99f7a41060b6a9cef1e6fda3842a300 /edit_privacy.php | |
| parent | 4761d160378b7c8f5a5a84760a2f624d010e69f4 (diff) | |
| download | webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.gz webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.bz2 webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/edit_privacy.php b/edit_privacy.php index 80e74a9c52..5989b49b88 100644 --- a/edit_privacy.php +++ b/edit_privacy.php @@ -328,7 +328,7 @@ if ($action=="update") { <tr> <td class="descriptionbox wrap"> - <?php echo i18n::translate('Show Multi-Site Search'), help_link('SHOW_MULTISITE_SEARCH'); ?> + <?php echo i18n::translate('Show multi-site search'), help_link('SHOW_MULTISITE_SEARCH'); ?> </td> <td class="optionbox"> <select size="1" name="v_SHOW_MULTISITE_SEARCH"><?php write_access_option($SHOW_MULTISITE_SEARCH); ?></select> @@ -337,7 +337,7 @@ if ($action=="update") { <tr> <td class="descriptionbox wrap"> - <?php echo i18n::translate('Limit Privacy by age of event'), help_link('PRIVACY_BY_YEAR'); ?> + <?php echo i18n::translate('Limit privacy by age of event'), help_link('PRIVACY_BY_YEAR'); ?> </td> <td class="optionbox"> <select size="1" name="v_PRIVACY_BY_YEAR"><?php write_yes_no($PRIVACY_BY_YEAR); ?></select> @@ -593,8 +593,8 @@ if ($action=="update") { <tr> <td class="topbottombar <?php print $TEXT_DIRECTION; ?>"> <?php - print "<a href=\"javascript: ".i18n::translate('Global Fact Privacy settings')."\" onclick=\"expand_layer('global-facts-options');return false\"><img id=\"global-facts-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('Global Fact Privacy settings'); ?>" onclick="expand_layer('global-facts-options');return false"><b><?php echo i18n::translate('Global Fact Privacy settings'); ?></b></a><?php echo help_link('global_facts'); ?> + print "<a href=\"javascript: ".i18n::translate('Global fact privacy settings')."\" onclick=\"expand_layer('global-facts-options');return false\"><img id=\"global-facts-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('Global fact privacy settings'); ?>" onclick="expand_layer('global-facts-options');return false"><b><?php echo i18n::translate('Global fact privacy settings'); ?></b></a><?php echo help_link('global_facts'); ?> </td> </tr> </table> |
