diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 12:07:49 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 12:07:49 +0000 |
commit | e8908364e5443b176d9c0e3938758204e045fbaf (patch) | |
tree | 340c606607ecceee484cee044c3782c4ae095ea4 | |
parent | 2d0d35db48b0c3aae9952e1cf805beebe222958c (diff) | |
download | forums-e8908364e5443b176d9c0e3938758204e045fbaf.tar forums-e8908364e5443b176d9c0e3938758204e045fbaf.tar.gz forums-e8908364e5443b176d9c0e3938758204e045fbaf.tar.bz2 forums-e8908364e5443b176d9c0e3938758204e045fbaf.tar.xz forums-e8908364e5443b176d9c0e3938758204e045fbaf.zip |
wording
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9962 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 ef09f65951..2b2c9de0de 100644 --- a/phpBB/language/en/captcha_qa.php +++ b/phpBB/language/en/captcha_qa.php @@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'CAPTCHA_QA' => 'Q&A CAPTCHA', - 'CONFIRM_QUESTION_EXPLAIN' => 'The following question is a means of identifying and preventing automated submissions.', + 'CONFIRM_QUESTION_EXPLAIN' => 'This question is a means of identifying and preventing automated submissions.', 'CONFIRM_QUESTION_WRONG' => 'You have provided an invalid answer to the confirmation question.', 'QUESTION_ANSWERS' => 'Answers', |