diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-23 18:49:38 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-23 18:49:38 +0000 |
| commit | 1a1684c0d90027907bc2940d19d67854a57c15f7 (patch) | |
| tree | 55e878e03d321510f4a81a40c0eb846ce5540506 /help_text.php | |
| parent | a7db82eab87b1b2dbfda653596ab2e86e572ccd6 (diff) | |
| download | webtrees-1a1684c0d90027907bc2940d19d67854a57c15f7.tar.gz webtrees-1a1684c0d90027907bc2940d19d67854a57c15f7.tar.bz2 webtrees-1a1684c0d90027907bc2940d19d67854a57c15f7.zip | |
Use pre-defined constant
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 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': |
