summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
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 68a5415e69..ff79754501 100644
--- a/help_text.php
+++ b/help_text.php
@@ -3320,7 +3320,7 @@ case 'add_faq_order':
case 'add_faq_visibility':
$title=i18n::translate('FAQ visibility');
- $text=i18n::translate('You can determine whether this FAQ will be visible regardless of GEDCOM, or whether it will be visible only to the current GEDCOM.<br /><ul><li><b>ALL</b>&nbsp;&nbsp;&nbsp;The FAQ will appear in all FAQ lists, regardless of GEDCOM.</li><li><b>%s</b>&nbsp;&nbsp;&nbsp;The FAQ will appear only in the currently active GEDCOM\'s FAQ list.</li></ul>', get_gedcom_from_id(WT_GED_ID));
+ $text=i18n::translate('You can determine whether this FAQ will be visible regardless of GEDCOM, or whether it will be visible only to the current GEDCOM.<br /><ul><li><b>ALL</b>&nbsp;&nbsp;&nbsp;The FAQ will appear in all FAQ lists, regardless of GEDCOM.</li><li><b>%s</b>&nbsp;&nbsp;&nbsp;The FAQ will appear only in the currently active GEDCOM\'s FAQ list.</li></ul>', WT_GEDCOM);
break;
case 'add_from_clipboard':