mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/bantu/9744' into develop-olympus
* ticket/bantu/9744: [ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
This commit is contained in:
commit
0f5814ac4f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ $help = array(
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'Why can’t I add more poll options?',
|
0 => 'Why can’t I add more poll options?',
|
||||||
1 => 'The limit for poll options is set by the board administrator. If you feel you need to add more options to your poll then the allowed amount, contact the board administrator.'
|
1 => 'The limit for poll options is set by the board administrator. If you feel you need to add more options to your poll than the allowed amount, contact the board administrator.'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'How do I edit or delete a poll?',
|
0 => 'How do I edit or delete a poll?',
|
||||||
|
|
Loading…
Add table
Reference in a new issue