summaryrefslogtreecommitdiff
path: root/help_text.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 /help_text.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 'help_text.php')
-rw-r--r--help_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php
index 98fe2a3ca9..c64ee993dc 100644
--- a/help_text.php
+++ b/help_text.php
@@ -4134,7 +4134,7 @@ case 'help_contents_help':
.i18n::translate('GEDCOM: Change Individual ID to ...').'</a></li><li><a href="?help=gedcom_configfile">'.i18n::translate('GEDCOM: Configuration file').'</a></li><li><a href="?help=edit_config_gedcom">'.i18n::translate('GEDCOM: Configure').'</a></li><li><a href="?help=convert_ansi2utf">'
.i18n::translate('GEDCOM: Convert ANSI to UTF-8').'</a></li><li><a href="?help=add_new_gedcom">'.i18n::translate('GEDCOM: Create new').'</a></li><li><a href="?help=default_gedcom">'.i18n::translate('GEDCOM: Default').'</a></li><li><a href="?help=delete_gedcom">'.i18n::translate('GEDCOM: Delete').'</a></li><li><a href="?help=download_gedcom">'
.i18n::translate('GEDCOM: Download').'<a/></li><li><a href="?help=import_gedcom">'.i18n::translate('GEDCOM: Import').'</a></li><li><a href="?help=edit_privacy">'.i18n::translate('GEDCOM: Privacy settings').'</a></li><li><a href="?help=upload_gedcom">'.i18n::translate('GEDCOM: Upload').'</a></li><li><a href="?help=validate_gedcom">'
- .i18n::translate('GEDCOM: Validate').'</a></li><li><a href="?help=readmefile">'.i18n::translate('Readme File').'</a></li><li><a href="?help=help_useradmin.php">'.i18n::translate('User Administration').'</a></li></ul></td>';
+ .i18n::translate('GEDCOM: Validate').'</a></li><li><a href="?help=readmefile">'.i18n::translate('Readme file').'</a></li><li><a href="?help=help_useradmin.php">'.i18n::translate('User Administration').'</a></li></ul></td>';
}
$text.=('</tr></table>');
break;