From 8b9857c20013b031088b888d62280c9524831da2 Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 24 Dec 2001 16:01:52 +0000 Subject: [PATCH] Quick Fix for a typo git-svn-id: file:///svn/phpbb/trunk@1701 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index b0bf545445..442ab07971 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -579,7 +579,7 @@ $lang['New_account_subject'] = "New user account"; $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_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_active'] = "Your account has now been activated. Thank you for registering"; $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! // ------------------------------------------------- -?> \ No newline at end of file +?>