From 919d42d02dc46b11f011b8e5073720579aad6615 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 27 Jul 2009 13:40:43 +0000 Subject: [PATCH] add EDIT_QUESTION git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9875 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/captcha_qa.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/captcha_qa.php b/phpBB/language/en/captcha_qa.php index 0d3dae0fab..6942d6dc0b 100644 --- a/phpBB/language/en/captcha_qa.php +++ b/phpBB/language/en/captcha_qa.php @@ -45,6 +45,7 @@ $lang = array_merge($lang, array( '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',