summaryrefslogtreecommitdiff
path: root/edit_privacy.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-12 21:02:54 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-12 21:02:54 +0000
commit310e1cbe6f727f11898c254ba3db09ad1f2597a6 (patch)
tree4fe575970d3e30c8997d14dbbd83d74161c3b133 /edit_privacy.php
parent7399b34b0a69f5bda53eca9c35fcb03c853af141 (diff)
downloadwebtrees-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 'edit_privacy.php')
-rw-r--r--edit_privacy.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/edit_privacy.php b/edit_privacy.php
index 825f6b68c2..b801848a63 100644
--- a/edit_privacy.php
+++ b/edit_privacy.php
@@ -283,9 +283,9 @@ if ($action=="update") {
<tr>
<td class="topbottombar <?php print $TEXT_DIRECTION; ?>">
<?php
- print "<a href=\"javascript: ".i18n::translate('General Privacy settings')."\" onclick=\"expand_layer('general-privacy-options');return false\"><img id=\"general-privacy-options_img\" src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["minus"]["other"]."\" border=\"0\" width=\"11\" height=\"11\" alt=\"\" /></a> ";
+ print "<a href=\"javascript: ".i18n::translate('General privacy settings')."\" onclick=\"expand_layer('general-privacy-options');return false\"><img id=\"general-privacy-options_img\" src=\"".$WT_IMAGE_DIR."/".$WT_IMAGES["minus"]["other"]."\" border=\"0\" width=\"11\" height=\"11\" alt=\"\" /></a> ";
?>
- <a href="javascript: <?php print i18n::translate('General Privacy settings'); ?>" onclick="expand_layer('general-privacy-options');return false"><b><?php echo i18n::translate('General Privacy settings'), help_link('general_privacy'); ?></b></a>
+ <a href="javascript: <?php print i18n::translate('General privacy settings'); ?>" onclick="expand_layer('general-privacy-options');return false"><b><?php echo i18n::translate('General privacy settings'), help_link('general_privacy'); ?></b></a>
</td>
</tr>
</table>
@@ -319,7 +319,7 @@ if ($action=="update") {
</tr>
<tr>
<td class="descriptionbox wrap">
- <?php echo i18n::translate('Enable Clippings Cart'), help_link('ENABLE_CLIPPINGS_CART'); ?>
+ <?php echo i18n::translate('Enable clippings cart'), help_link('ENABLE_CLIPPINGS_CART'); ?>
</td>
<td class="optionbox">
<select size="1" name="v_ENABLE_CLIPPINGS_CART"><?php write_access_option($ENABLE_CLIPPINGS_CART); ?></select>
@@ -683,8 +683,8 @@ if ($action=="update") {
<table class="facts_table">
<tr>
<td class="topbottombar <?php print $TEXT_DIRECTION; ?>">
- <?php print "<a href=\"javascript: ".i18n::translate('Facts Privacy settings by ID')."\" onclick=\"expand_layer('person-facts-options');return false\"><img id=\"person-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('Facts Privacy settings by ID'); ?>" onclick="expand_layer('person-facts-options');return false"><b><?php echo i18n::translate('Facts Privacy settings by ID'); ?></b></a><?php echo help_link('person_facts'); ?>
+ <?php print "<a href=\"javascript: ".i18n::translate('Facts privacy settings by ID')."\" onclick=\"expand_layer('person-facts-options');return false\"><img id=\"person-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('Facts privacy settings by ID'); ?>" onclick="expand_layer('person-facts-options');return false"><b><?php echo i18n::translate('Facts privacy settings by ID'); ?></b></a><?php echo help_link('person_facts'); ?>
</td>
</tr>
</table>