mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
PHPBB3-9744
This commit is contained in:
parent
0dc05a2d84
commit
72dddf3aa3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ $help = array(
|
|||
),
|
||||
array(
|
||||
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(
|
||||
0 => 'How do I edit or delete a poll?',
|
||||
|
|
Loading…
Add table
Reference in a new issue