diff options
author | 2015-04-26 20:57:56 -0700 | |
---|---|---|
committer | 2015-04-26 20:57:56 -0700 | |
commit | 281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa (patch) | |
tree | ff95ef8301e906395a27be7aa3470d7b4cb274e4 /phpBB/language/en/captcha_recaptcha.php | |
parent | Merge pull request #3532 from prototech/ticket/13755 (diff) | |
download | phpbb-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar.gz phpbb-281661c23e2c7627dbd7fe45bb0d68b3afe2eaaa.tar.bz2 phpbb-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.php | 2 |
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.', )); |