mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
language correction (Bug #23955)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8896 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0c45e8e13d
commit
dd75418c4a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ $help = array(
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'How do I add a signature to my post?',
|
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(
|
array(
|
||||||
0 => 'How do I create a poll?',
|
0 => 'How do I create a poll?',
|
||||||
|
|
Loading…
Add table
Reference in a new issue