1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Set some svn properties. Cleanup.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer
2009-07-19 22:21:50 +00:00
parent 76508b59d7
commit e7a17a3429
8 changed files with 30 additions and 38 deletions

View File

@@ -4,8 +4,8 @@
* recaptcha [English]
*
* @package language
* @version $Id: recaptcha.php 9709 2009-06-30 14:23:16Z Kellanved $
* @copyright (c) 2008 phpBB Group
* @version $Id$
* @copyright (c) 2009 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
@@ -57,8 +57,6 @@ $lang = array_merge($lang, array(
'QUESTION_TEXT_EXPLAIN' => 'The question that will be asked on registration.',
'QA_ERROR_MSG' => 'Please fill out all fields and enter at least one answer.',
));
?>

View File

@@ -5,7 +5,7 @@
*
* @package language
* @version $Id$
* @copyright (c) 2008 phpBB Group
* @copyright (c) 2009 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
@@ -47,7 +47,6 @@ $lang = array_merge($lang, array(
'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 underneath.',
));
?>