aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-06-12 22:24:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-06-12 22:24:16 +0200
commit2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f (patch)
tree972b9545152339aa1dc109f9d068c8b68b8bb877
parent94d64c672e72e5855e8596ca58624fbbe3e64787 (diff)
parent6369637fbfd40394ad5486fe0cf77c923a95e247 (diff)
downloadforums-2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f.tar
forums-2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f.tar.gz
forums-2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f.tar.bz2
forums-2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f.tar.xz
forums-2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f.zip
Merge branch 'prep-release-3.2.3' into 3.2.x
-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',