aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schnegelberger <mail@crizzo.de>2018-04-14 11:44:12 +0200
committerChristian Schnegelberger <mail@crizzo.de>2018-04-14 11:44:12 +0200
commit4bb57f9814c44de00a41eb9be784332b6a486c0c (patch)
treef9f415637d87c0fa32410c83f7ea1b9919521256
parent7c839470b7cf0942758feccdc70c083aacec2699 (diff)
downloadforums-4bb57f9814c44de00a41eb9be784332b6a486c0c.tar
forums-4bb57f9814c44de00a41eb9be784332b6a486c0c.tar.gz
forums-4bb57f9814c44de00a41eb9be784332b6a486c0c.tar.bz2
forums-4bb57f9814c44de00a41eb9be784332b6a486c0c.tar.xz
forums-4bb57f9814c44de00a41eb9be784332b6a486c0c.zip
[ticket/15629] Add info to RECAPTCHA_LANG and change to en-GB
PHPBB3-15629
-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 0acf850043..dde2a4ba08 100644
--- a/phpBB/language/en/captcha_recaptcha.php
+++ b/phpBB/language/en/captcha_recaptcha.php
@@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
- 'RECAPTCHA_LANG' => 'en',
+ 'RECAPTCHA_LANG' => 'en-GB', // Find the language/country code on https://developers.google.com/recaptcha/docs/language - If no code exists for your language you can use "en" or leave the string empty
'RECAPTCHA_NOT_AVAILABLE' => 'In order to use reCaptcha, you must create an account on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.',
'CAPTCHA_RECAPTCHA' => 'reCaptcha',
'RECAPTCHA_INCORRECT' => 'The solution you provided was incorrect',