From: Henry S. <kel...@ph...> - 2009-08-12 12:08:35
|
Author: Kellanved Date: Wed Aug 12 13:07:49 2009 New Revision: 9962 Log: wording Modified: branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php Modified: branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php (original) --- branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php Wed Aug 12 13:07:49 2009 *************** *** 37,43 **** $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_WRONG' => 'You have provided an invalid answer to the confirmation question.', 'QUESTION_ANSWERS' => 'Answers', --- 37,43 ---- $lang = array_merge($lang, array( 'CAPTCHA_QA' => 'Q&A CAPTCHA', ! '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', |