From: Henry S. <kel...@ph...> - 2009-07-27 13:41:07
|
Author: Kellanved Date: Mon Jul 27 14:40:43 2009 New Revision: 9875 Log: add EDIT_QUESTION 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 Mon Jul 27 14:40:43 2009 *************** *** 45,50 **** --- 45,51 ---- 'CONFIRM_QUESTION' => 'Question', 'ANSWER' => 'Answer', + 'EDIT_QUESTION' => 'Edit Question', 'QUESTIONS' => 'Questions', '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', |