aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-27 13:40:43 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-27 13:40:43 +0000
commit919d42d02dc46b11f011b8e5073720579aad6615 (patch)
treea7306ee05541a1089907035d1b41712443437eb3
parentf0820bc4426983ec7ef64e4ae7684020464fe6dc (diff)
downloadforums-919d42d02dc46b11f011b8e5073720579aad6615.tar
forums-919d42d02dc46b11f011b8e5073720579aad6615.tar.gz
forums-919d42d02dc46b11f011b8e5073720579aad6615.tar.bz2
forums-919d42d02dc46b11f011b8e5073720579aad6615.tar.xz
forums-919d42d02dc46b11f011b8e5073720579aad6615.zip
add EDIT_QUESTION
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9875 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/captcha_qa.php1
1 files changed, 1 insertions, 0 deletions
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',