aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-10-13 15:56:05 -0700
committerMarc Alexander <admin@m-a-styles.de>2018-10-13 15:56:05 -0700
commitaa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd (patch)
treeffc2fc68ecaf6f10adf2d72043cd3c7fc55f8e66 /phpBB/language
parent5c3dd124c4e28889d9c1510182f3a5b84f7bc838 (diff)
parentd8ecb00f3dd5f771e01546faa7b62259cca33570 (diff)
downloadforums-aa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd.tar
forums-aa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd.tar.gz
forums-aa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd.tar.bz2
forums-aa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd.tar.xz
forums-aa7b4bdfce944f8f9f26b86a0cb9b1d5a0beadcd.zip
Merge pull request #5373 from senky/ticket/15771
[ticket/15771] Improve Q&A instructions
Diffstat (limited to 'phpBB/language')
-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 28011eb636..637c4e035e 100644
--- a/phpBB/language/en/captcha_qa.php
+++ b/phpBB/language/en/captcha_qa.php
@@ -49,7 +49,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&amp;A plugin, 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 plugin, 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. Only a single proper question is necessary. If you start receiving spam registrations, the question should be changed. 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.',