From 5a1fa3b56525e6cfbb0929f60b68e52583674589 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sun, 19 Jul 2009 09:45:23 +0000 Subject: First round of fixes git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9791 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/captcha_qa.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/captcha_qa.php b/phpBB/language/en/captcha_qa.php index 03721cc8a9..5be92b4cdb 100644 --- a/phpBB/language/en/captcha_qa.php +++ b/phpBB/language/en/captcha_qa.php @@ -42,6 +42,9 @@ $lang = array_merge($lang, array( 'QUESTION_ANSWERS' => 'Answers', 'ANSWERS_EXPLAIN' => 'The Answers. Please write one answer per line.', + 'CONFIRM_QUESTION' => 'Question', + + 'ANSWER' => 'Answer', 'QUESTIONS' => 'Questions', 'QUESTIONS_EXPLAIN' => 'Here you can add enter and edit questions to be asked on registration to ward against automatted installs.', 'QUESTION_DELETED' => 'Question deleted', -- cgit v1.2.1