diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-20 10:47:28 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-20 10:47:28 +0000 |
commit | 46d8bcff7eff70d97545562182f09f69d3c17913 (patch) | |
tree | f8b2158cb2dd3eabe17c7911519b6ef2ff6375f9 /phpBB/language/en/captcha_qa.php | |
parent | 04b948c5fd8e7bf8be35c1cedf9bdab1f309e0cb (diff) | |
download | forums-46d8bcff7eff70d97545562182f09f69d3c17913.tar forums-46d8bcff7eff70d97545562182f09f69d3c17913.tar.gz forums-46d8bcff7eff70d97545562182f09f69d3c17913.tar.bz2 forums-46d8bcff7eff70d97545562182f09f69d3c17913.tar.xz forums-46d8bcff7eff70d97545562182f09f69d3c17913.zip |
cleaning
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9804 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/captcha_qa.php')
-rw-r--r-- | phpBB/language/en/captcha_qa.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/captcha_qa.php b/phpBB/language/en/captcha_qa.php index ac1aa4ab1c..0d3dae0fab 100644 --- a/phpBB/language/en/captcha_qa.php +++ b/phpBB/language/en/captcha_qa.php @@ -46,7 +46,7 @@ $lang = array_merge($lang, array( 'ANSWER' => 'Answer', 'QUESTIONS' => 'Questions', - 'QUESTIONS_EXPLAIN' => 'Here you can add enter and edit questions to be asked on registration to ward against automatted installs.', + 'QUESTIONS_EXPLAIN' => 'Here you can add and edit questions to be asked on registration. You have to provide at least one question in the default board language to use this plugin. Questions should be easy for your target audience, but beyond the ability of google. Also, remember to change the questions regularly. If your question relies on punctuation, spelling or capitalisation, use the strict setting.', 'QUESTION_DELETED' => 'Question deleted', 'QUESTION_LANG' => 'Language', 'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers is written in.', |