|
From: Paul S. O. <ps...@us...> - 2002-05-12 17:57:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv8432/language/lang_english
Modified Files:
Tag: phpBB-2_0_0
lang_main.php
Log Message:
More fixes, addresses double activation attempt
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v
retrieving revision 1.85.2.2
retrieving revision 1.85.2.3
diff -C2 -r1.85.2.2 -r1.85.2.3
*** lang_main.php 12 May 2002 15:33:28 -0000 1.85.2.2
--- lang_main.php 12 May 2002 17:57:34 -0000 1.85.2.3
***************
*** 624,627 ****
--- 624,628 ----
$lang['Account_active_admin'] = 'The account has now been activated';
$lang['Reactivate'] = 'Reactivate your account!';
+ $lang['Already_activated'] = 'You have already activated your account';
$lang['COPPA'] = 'Your account has been created but has to be approved, please check your email for details.';
|