aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-22 01:40:44 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-22 01:40:44 +0200
commit0f5814ac4f857fb754d99da7b5016bcef2f7c8b5 (patch)
treeefca99ad30b20591874e0d44735b3f7110ac4756
parentfada2ad261dc5306cec9282071b224b4139c92fa (diff)
parent72dddf3aa3f900a5623410ffb4e44295251c4754 (diff)
downloadforums-0f5814ac4f857fb754d99da7b5016bcef2f7c8b5.tar
forums-0f5814ac4f857fb754d99da7b5016bcef2f7c8b5.tar.gz
forums-0f5814ac4f857fb754d99da7b5016bcef2f7c8b5.tar.bz2
forums-0f5814ac4f857fb754d99da7b5016bcef2f7c8b5.tar.xz
forums-0f5814ac4f857fb754d99da7b5016bcef2f7c8b5.zip
Merge branch 'ticket/bantu/9744' into develop-olympus
* ticket/bantu/9744: [ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
-rw-r--r--phpBB/language/en/help_faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php
index c76c281df5..3b7dc02d3f 100644
--- a/phpBB/language/en/help_faq.php
+++ b/phpBB/language/en/help_faq.php
@@ -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?',