mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #5373 from senky/ticket/15771
[ticket/15771] Improve Q&A instructions
This commit is contained in:
commit
aa7b4bdfce
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ $lang = array_merge($lang, array(
|
||||||
'ANSWER' => 'Answer',
|
'ANSWER' => 'Answer',
|
||||||
'EDIT_QUESTION' => 'Edit Question',
|
'EDIT_QUESTION' => 'Edit Question',
|
||||||
'QUESTIONS' => 'Questions',
|
'QUESTIONS' => 'Questions',
|
||||||
'QUESTIONS_EXPLAIN' => 'For every form submission where you have enabled the Q&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&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_DELETED' => 'Question deleted',
|
||||||
'QUESTION_LANG' => 'Language',
|
'QUESTION_LANG' => 'Language',
|
||||||
'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers are written in.',
|
'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers are written in.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue