diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 17:00:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 17:00:26 +0000 |
commit | 8fd7f1664265276917550f3092d2347d3388ce55 (patch) | |
tree | c9de3e818854fe576c3aeda37e401a0a426a31db /phpBB/language | |
parent | 80ced5c0b76297b86f6a8ba4feb1618caf50d8d0 (diff) | |
download | forums-8fd7f1664265276917550f3092d2347d3388ce55.tar forums-8fd7f1664265276917550f3092d2347d3388ce55.tar.gz forums-8fd7f1664265276917550f3092d2347d3388ce55.tar.bz2 forums-8fd7f1664265276917550f3092d2347d3388ce55.tar.xz forums-8fd7f1664265276917550f3092d2347d3388ce55.zip |
language correction (Bug #23955)
git-svn-id: file:///svn/phpbb/trunk@8897 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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?', |