aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/captcha_recaptcha.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-04-26 20:57:56 -0700
committerMatt Friedman <maf675@gmail.com>2015-04-26 20:57:56 -0700
commit281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa (patch)
treeff95ef8301e906395a27be7aa3470d7b4cb274e4 /phpBB/language/en/captcha_recaptcha.php
parent59a178f3cba87f536826df251120f03980a556c6 (diff)
downloadforums-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar
forums-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar.gz
forums-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar.bz2
forums-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar.xz
forums-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.zip
[ticket/13778] Update wording of the reCaptcha instructions
PHPBB3-13778
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 18438ab53e..df2ad4e51b 100644
--- a/phpBB/language/en/captcha_recaptcha.php
+++ b/phpBB/language/en/captcha_recaptcha.php
@@ -47,6 +47,6 @@ $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://www.google.com/recaptcha">www.google.com/recaptcha</a>.',
- 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you enter both of the words displayed into the text field underneath.',
+ 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you type the text displayed into the field underneath.',
'RECAPTCHA_SOCKET_ERROR' => 'There was a problem connecting to the RECAPTCHA service: could not open socket. Try again later.',
));