diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-24 16:01:52 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-24 16:01:52 +0000 |
commit | 8b9857c20013b031088b888d62280c9524831da2 (patch) | |
tree | a382c63fdb61a4e0c6a3f4631785203ca3eae4a4 /phpBB/language | |
parent | c4ecbe19cd7c83a225763f4e67f73442e2435774 (diff) | |
download | forums-8b9857c20013b031088b888d62280c9524831da2.tar forums-8b9857c20013b031088b888d62280c9524831da2.tar.gz forums-8b9857c20013b031088b888d62280c9524831da2.tar.bz2 forums-8b9857c20013b031088b888d62280c9524831da2.tar.xz forums-8b9857c20013b031088b888d62280c9524831da2.zip |
Quick Fix for a typo
git-svn-id: file:///svn/phpbb/trunk@1701 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 4 |
1 files 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 +?> |