diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:59:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:59:40 +0000 |
commit | dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae (patch) | |
tree | 7a7a3e4a7db1982acff1ca51893b69f374b7dd0d /phpBB | |
parent | 0c45e8e13dcc233131bad759a379541765641f99 (diff) | |
download | forums-dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae.tar forums-dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae.tar.gz forums-dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae.tar.bz2 forums-dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae.tar.xz forums-dd75418c4ae6fdeb6ab93b85cf167c44277eb1ae.zip |
language correction (Bug #23955)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8896 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/help_faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index 354d432d51..89ac845021 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -120,7 +120,7 @@ $help = array( ), array( 0 => 'How do I add a signature to my post?', - 1 => 'To add a signature to a post you must first create one via your User Control Panel. Once created, you can check the <em>Add signature</em> box on the posting form to add your signature. You can also add a signature by default to all your posts by checking the appropriate radio button in your profile. If you do so, you can still prevent a signature being added to individual posts by un-checking the add signature box within the posting form.' + 1 => 'To add a signature to a post you must first create one via your User Control Panel. Once created, you can check the <em>Attach a signature</em> box on the posting form to add your signature. You can also add a signature by default to all your posts by checking the appropriate radio button in your profile. If you do so, you can still prevent a signature being added to individual posts by un-checking the add signature box within the posting form.' ), array( 0 => 'How do I create a poll?', |