aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/captcha_qa.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-19 09:46:32 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-19 09:46:32 +0000
commit117aa0fc9858c0467d10cd911518529094cffe9f (patch)
tree7f8a9be8e6f7fb2a461f4f2eda16e680040a865f /phpBB/language/en/captcha_qa.php
parent5a1fa3b56525e6cfbb0929f60b68e52583674589 (diff)
downloadforums-117aa0fc9858c0467d10cd911518529094cffe9f.tar
forums-117aa0fc9858c0467d10cd911518529094cffe9f.tar.gz
forums-117aa0fc9858c0467d10cd911518529094cffe9f.tar.bz2
forums-117aa0fc9858c0467d10cd911518529094cffe9f.tar.xz
forums-117aa0fc9858c0467d10cd911518529094cffe9f.zip
First round of fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9792 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/captcha_qa.php')
-rw-r--r--phpBB/language/en/captcha_qa.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/captcha_qa.php b/phpBB/language/en/captcha_qa.php
index 5be92b4cdb..1eee68fb96 100644
--- a/phpBB/language/en/captcha_qa.php
+++ b/phpBB/language/en/captcha_qa.php
@@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'CAPTCHA_QA' => 'Q&amp;A CAPTCHA',
- 'CONFIRM_QUESTION_EXPLAIN' => 'Please answer this question to avoid automatted registrations.',
+ 'CONFIRM_QUESTION_EXPLAIN' => 'Please answer this question to avoid automated registrations.',
'CONFIRM_QUESTION_WRONG' => 'The answer to the confirmation question was not recognized.',
'QUESTION_ANSWERS' => 'Answers',
@@ -48,7 +48,7 @@ $lang = array_merge($lang, array(
'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',
- 'QUESTION_LANG' => 'Language',
+ 'QUESTION_LANG' => 'Language',
'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers is written in.',
'QUESTION_STRICT' => 'Strict check',
'QUESTION_STRICT_EXPLAIN' => 'If enabled, the check also recognizes capitalization and whitespaces.',