aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-02-20 08:51:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-09-24 14:03:47 +0200
commitc0e9ef21fe5c6d79857c4dc8d2a527f986b40d51 (patch)
treed036f8d9aedd59c620c073f20c1f15c6f563e67c /phpBB/language
parent0f3559528abb107c542050f592c1de4fef10e693 (diff)
downloadforums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.gz
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.bz2
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.xz
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.zip
[ticket/15564] Update ACP as well
PHPBB3-15564
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/captcha_recaptcha.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php
index dde2a4ba08..db28820747 100644
--- a/phpBB/language/en/captcha_recaptcha.php
+++ b/phpBB/language/en/captcha_recaptcha.php
@@ -43,10 +43,10 @@ $lang = array_merge($lang, array(
'RECAPTCHA_INCORRECT' => 'The solution you provided was incorrect',
'RECAPTCHA_NOSCRIPT' => 'Please enable JavaScript in your browser to load the challenge.',
- 'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
- 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.',
- '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_PUBLIC' => 'Site key',
+ 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your site reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use Invisible reCAPTCHA type.',
+ 'RECAPTCHA_PRIVATE' => 'Secret key',
+ 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your secret reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use Invisible reCAPTCHA type.',
- 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you complete the following challenge.',
+ 'RECAPTCHA_INVISIBLE' => 'This CAPTCHA is actually invisible. To verify that it works, a small icon should appear in right bottom corner of this page.',
));