aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-10-18 11:24:04 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-10-18 11:24:04 +0200
commit6236cfc9face1ece52a7f8897cbdf0ce2f831f78 (patch)
treed8f13df699d381f1a238e809e7b24a3ead3810d1 /phpBB/language/en/captcha_recaptcha.php
parentMerge branch 'ticket/naderman/9855' into develop-olympus (diff)
downloadphpbb-6236cfc9face1ece52a7f8897cbdf0ce2f831f78.tar.gz
phpbb-6236cfc9face1ece52a7f8897cbdf0ce2f831f78.tar.bz2
phpbb-6236cfc9face1ece52a7f8897cbdf0ce2f831f78.zip
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
Remove misleading 'below' from RECAPTCHA_EXPLAIN because recaptcha is actually displayed to the side. PHPBB3-9101
Diffstat (limited to 'phpBB/language/en/captcha_recaptcha.php')
-rw-r--r--phpBB/language/en/captcha_recaptcha.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php
index 897e8a4979..463bfffe0d 100644
--- a/phpBB/language/en/captcha_recaptcha.php
+++ b/phpBB/language/en/captcha_recaptcha.php
@@ -46,7 +46,7 @@ $lang = array_merge($lang, array(
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <a href="http://recaptcha.net">reCaptcha.net</a>.',
- 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you enter both of the words displayed below into the text field underneath.',
+ 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you enter both of the words displayed into the text field underneath.',
));
?> \ No newline at end of file