diff options
author | Yuriy Rusko <marshalrusty@phpbb.com> | 2009-08-06 09:12:21 +0000 |
---|---|---|
committer | Yuriy Rusko <marshalrusty@phpbb.com> | 2009-08-06 09:12:21 +0000 |
commit | 380b11fe2249f48352d63297119465b6081b1268 (patch) | |
tree | ccd41f5acbc28340e2d24c243e0a68259868e740 /phpBB/language/en/captcha_recaptcha.php | |
parent | a7509b226a2561b77297b54a1c9391f9fd68d61c (diff) | |
download | forums-380b11fe2249f48352d63297119465b6081b1268.tar forums-380b11fe2249f48352d63297119465b6081b1268.tar.gz forums-380b11fe2249f48352d63297119465b6081b1268.tar.bz2 forums-380b11fe2249f48352d63297119465b6081b1268.tar.xz forums-380b11fe2249f48352d63297119465b6081b1268.zip |
More language changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9933 89ea8834-ac86-4346-8a33-228a782c2dd0
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 e2d20ac4eb..897e8a4979 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' => 'Please enter both of the words displayed below into the text field underneath. This is a measure taken to prevent spam.', + '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.', )); ?>
\ No newline at end of file |