diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-23 17:04:50 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-23 17:04:50 +0000 |
| commit | 8f33b80ab46c4733921084a14bec5d364c4129ba (patch) | |
| tree | 3d8a21f200c7f45219f3261643c3287da93ab6a9 /help_text.php | |
| parent | 6dcb9fa630f644c0e063e750102234ea41fd8117 (diff) | |
| download | webtrees-8f33b80ab46c4733921084a14bec5d364c4129ba.tar.gz webtrees-8f33b80ab46c4733921084a14bec5d364c4129ba.tar.bz2 webtrees-8f33b80ab46c4733921084a14bec5d364c4129ba.zip | |
fix undefined variable
Diffstat (limited to 'help_text.php')
| -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 08520f2d03..10f8fd4657 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>', $GEDcom); + $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)); break; case 'add_from_clipboard': |
