diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-06-30 14:08:42 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-06-30 14:08:42 +0000 |
| commit | 814e3c661ac7f9c750230bceba0a4f1414c361d6 (patch) | |
| tree | 5bee9432b0e6d8e37ec700282c360d82973b6c91 /phpBB/language | |
| parent | 5f89b6a6d085701a0f999feb15879a62148f6fac (diff) | |
| download | forums-814e3c661ac7f9c750230bceba0a4f1414c361d6.tar forums-814e3c661ac7f9c750230bceba0a4f1414c361d6.tar.gz forums-814e3c661ac7f9c750230bceba0a4f1414c361d6.tar.bz2 forums-814e3c661ac7f9c750230bceba0a4f1414c361d6.tar.xz forums-814e3c661ac7f9c750230bceba0a4f1414c361d6.zip | |
a bit of text
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9708 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -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 |
