aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/captcha_qa.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-11-07 00:35:11 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-11-07 00:35:11 +0100
commit5d9a9d68744e083997dea9ea9773b98241109b79 (patch)
treec85ccf153d44d2596b7174c1ff783368ee71851b /phpBB/language/en/captcha_qa.php
parent2299c401378f4dc424aa512a3b4f22bc1c6c513a (diff)
downloadforums-5d9a9d68744e083997dea9ea9773b98241109b79.tar
forums-5d9a9d68744e083997dea9ea9773b98241109b79.tar.gz
forums-5d9a9d68744e083997dea9ea9773b98241109b79.tar.bz2
forums-5d9a9d68744e083997dea9ea9773b98241109b79.tar.xz
forums-5d9a9d68744e083997dea9ea9773b98241109b79.zip
[ticket/9879] Fix markup and use Q&A instead of Q & A for consistency.
PHPBB3-9879
Diffstat (limited to 'phpBB/language/en/captcha_qa.php')
-rw-r--r--phpBB/language/en/captcha_qa.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/captcha_qa.php b/phpBB/language/en/captcha_qa.php
index 20bed34158..f503a1ac40 100644
--- a/phpBB/language/en/captcha_qa.php
+++ b/phpBB/language/en/captcha_qa.php
@@ -47,7 +47,7 @@ $lang = array_merge($lang, array(
'ANSWER' => 'Answer',
'EDIT_QUESTION' => 'Edit Question',
'QUESTIONS' => 'Questions',
- 'QUESTIONS_EXPLAIN' => 'For every form submission where you have enabled the Q & A CAPTCHA, users will be asked one of the questions specified here. To use this plugin at least one question must be set in the default language. These questions should be easy for your target audience to answer but beyond the ability of a bot capable of running a Google™ search. Using a large and regularly changed set of questions will yield the best results. Enable the strict setting if your question relies on mixed case, punctuation or whitespace.',
+ 'QUESTIONS_EXPLAIN' => 'For every form submission where you have enabled the Q&amp;A CAPTCHA, users will be asked one of the questions specified here. To use this plugin at least one question must be set in the default language. These questions should be easy for your target audience to answer but beyond the ability of a bot capable of running a Google™ search. Using a large and regularly changed set of questions will yield the best results. Enable the strict setting if your question relies on mixed case, punctuation or whitespace.',
'QUESTION_DELETED' => 'Question deleted',
'QUESTION_LANG' => 'Language',
'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers are written in.',