From 72fde345396a9da3b2711d6e9b0fba7725ed7292 Mon Sep 17 00:00:00 2001 From: suin Date: Mon, 30 Jul 2012 12:51:19 +0900 Subject: [PATCH] Fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adminstrators -> administrators --- html/modules/user/language/english/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/modules/user/language/english/main.php b/html/modules/user/language/english/main.php index 9a5f55fe8..9a05ae808 100644 --- a/html/modules/user/language/english/main.php +++ b/html/modules/user/language/english/main.php @@ -113,6 +113,6 @@ define('_MD_USER_MESSAGE_SURETODEL', "Are you sure you want to delete your account?"); define('_MD_USER_MESSAGE_USER_DELETE_SUCCESS', "Your account has been deleted."); define('_MD_USER_MESSAGE_YOURREGISTERED', "You are now registered. An email containing an user activation key has been sent to the email account you provided. Please follow the instructions in the mail to activate your account. "); -define('_MD_USER_MESSAGE_YOURREGISTERED2', "You are now registered. Please wait for your account to be activated by the adminstrators. You will receive an email once you are activated. This could take a while so please be patient."); +define('_MD_USER_MESSAGE_YOURREGISTERED2', "You are now registered. Please wait for your account to be activated by the administrators. You will receive an email once you are activated. This could take a while so please be patient."); ?>