|
From: Jonathan H. <the...@us...> - 2001-12-24 16:01:55
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv11570 Modified Files: lang_main.php Log Message: Quick Fix for a typo Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -r1.69 -r1.70 *** lang_main.php 2001/12/18 01:53:26 1.69 --- lang_main.php 2001/12/24 16:01:52 1.70 *************** *** 580,584 **** $lang['Account_added'] = "Thank you for registering, your account has been created. You may now login with your username and password"; ! $lang['Account_inactive'] = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Pease check your email for further information"; $lang['Account_inactive_admin'] = "Your account has been created. However, this forum requires account activation by the administrator. An email has been sent to them and you will be informed when your account has been activated"; $lang['Account_active'] = "Your account has now been activated. Thank you for registering"; --- 580,584 ---- $lang['Account_added'] = "Thank you for registering, your account has been created. You may now login with your username and password"; ! $lang['Account_inactive'] = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Please check your email for further information"; $lang['Account_inactive_admin'] = "Your account has been created. However, this forum requires account activation by the administrator. An email has been sent to them and you will be informed when your account has been activated"; $lang['Account_active'] = "Your account has now been activated. Thank you for registering"; *************** *** 962,964 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 962,964 ---- // ------------------------------------------------- ! ?> |