Quick Fix for a typo

git-svn-id: file:///svn/phpbb/trunk@1701 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-24 16:01:52 +00:00
parent c4ecbe19cd
commit 8b9857c200

View file

@ -579,7 +579,7 @@ $lang['New_account_subject'] = "New user account";
$lang['Account_activated_subject'] = "Account Activated"; $lang['Account_activated_subject'] = "Account Activated";
$lang['Account_added'] = "Thank you for registering, your account has been created. You may now login with your username and password"; $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'] = "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_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"; $lang['Account_active'] = "Your account has now been activated. Thank you for registering";
$lang['Account_active_admin'] = "The account has now been activated"; $lang['Account_active_admin'] = "The account has now been activated";
@ -961,4 +961,4 @@ $lang['A_critical_error'] = "A Critical Error Occurred";
// That's all Folks! // That's all Folks!
// ------------------------------------------------- // -------------------------------------------------
?> ?>