mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
PHPBB3-9744
This commit is contained in:
@@ -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?',
|
||||
|
Reference in New Issue
Block a user