summaryrefslogtreecommitdiff
path: root/modules/faq/help_text.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 19:25:10 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 19:25:10 +0000
commit8e34d70b279a52c64eec2f2b727416f7b1b1bca3 (patch)
treec4b382be493795aa5c0b1bccce173b0897540970 /modules/faq/help_text.php
parentc3c1e07595f0efb20d13c858d96810dc7ed295ad (diff)
downloadwebtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.tar.gz
webtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.tar.bz2
webtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.zip
Diffstat (limited to 'modules/faq/help_text.php')
-rw-r--r--modules/faq/help_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/faq/help_text.php b/modules/faq/help_text.php
index 86b6d1a8f9..bd5f8dae32 100644
--- a/modules/faq/help_text.php
+++ b/modules/faq/help_text.php
@@ -65,7 +65,7 @@ case 'edit_faq_item':
$title=i18n::translate('Edit FAQ item');
$text=i18n::translate('This option will let you edit an item on the FAQ page.');
break;
-
+
case 'movedown_faq_item':
$title=i18n::translate('Move FAQ item down');
$text=i18n::translate('This option will let you move an item downwards on the FAQ page.<br /><br />Each time you use this option, the FAQ Position number of this item is increased by one. You can achieve the same effect by editing the item in question and changing the FAQ Position field. When more than one FAQ item has the same position number, only one of these items will be visible.');