diff options
Diffstat (limited to 'phpBB/language/en/recaptcha.php')
| -rw-r--r-- | phpBB/language/en/recaptcha.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/recaptcha.php b/phpBB/language/en/recaptcha.php index 1ecb23756a..82766109a2 100644 --- a/phpBB/language/en/recaptcha.php +++ b/phpBB/language/en/recaptcha.php @@ -46,6 +46,8 @@ $lang = array_merge($lang, array( 'RECAPTCHA_PRIVATE' => 'Private reCaptcha key', 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.', + 'RECAPTCHA_EXPLAIN' => 'To avoid spam postings, please enter the two words shown in the picture into the text field undeneath.', + )); ?>
\ No newline at end of file |
