summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-08-12 01:40:35 +0000
committerNigel Osborne <kiwi3685@me.com>2010-08-12 01:40:35 +0000
commit8a15b9da12689fb04f8cb5aeb8b6a360c7388184 (patch)
treeefdf4f9bfc466f00d083def54d7a43f7ddeaa5f8 /help_text.php
parentda93c0ff973a959474fc79308c4d03a5ab4aeff8 (diff)
downloadwebtrees-8a15b9da12689fb04f8cb5aeb8b6a360c7388184.tar.gz
webtrees-8a15b9da12689fb04f8cb5aeb8b6a360c7388184.tar.bz2
webtrees-8a15b9da12689fb04f8cb5aeb8b6a360c7388184.zip
Correct error in row 3627 $COMMON_NAMES_THRESHOLD
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 e99b637dd6..f93b665e95 100644
--- a/help_text.php
+++ b/help_text.php
@@ -3624,7 +3624,7 @@ case 'index_common_given_names':
case 'index_common_names':
$title=i18n::translate('Most common surnames block');
- $text=i18n::translate('This block displays a list of frequently occurring surnames from this database. A surname must occur at least %s times before it will appear in this list. The administrator has control over this threshold.<br /><br />When you click on a surname in this list, you will be taken to the Individuals, where you will get more details about that name.', $COMMON_NAMES_THRESHOLD);
+ $text=i18n::translate('This block displays a list of frequently occurring surnames from this database. A surname must occur at least %s times before it will appear in this list. The administrator has control over this threshold.<br /><br />When you click on a surname in this list, you will be taken to the Individuals, where you will get more details about that name.', get_gedcom_setting(WT_GED_ID, 'COMMON_NAMES_THRESHOLD'));
break;
case 'index_favorites':