diff options
| -rw-r--r-- | help_text.php | 2 |
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> The FAQ will appear in all FAQ lists, regardless of GEDCOM.</li><li><b>%s</b> 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> The FAQ will appear in all FAQ lists, regardless of GEDCOM.</li><li><b>%s</b> The FAQ will appear only in the currently active GEDCOM\'s FAQ list.</li></ul>', WT_GEDCOM); break; case 'add_from_clipboard': |
