From ca3cfd88cc28069759d295a4120bbd706e386393 Mon Sep 17 00:00:00 2001 From: "Gerard (Gerry) Caulfield" Date: Thu, 23 Feb 2012 15:28:19 +0800 Subject: [PATCH] MDL-31419 Fixing "Suspended acount" typo in auth.php --- lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 72bd8e688f5..3c0ada00aff 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -128,7 +128,7 @@ $string['showguestlogin'] = 'You can hide or show the guest login button on the $string['stdchangepassword'] = 'Use standard page for changing password'; $string['stdchangepassword_expl'] = 'If the external authentication system allows password changes through Moodle, switch this to Yes. This setting overrides \'Change Password URL\'.'; $string['stdchangepassword_explldap'] = 'NOTE: It is recommended that you use LDAP over an SSL encrypted tunnel (ldaps://) if the LDAP server is remote.'; -$string['suspended'] = 'Suspended acount'; +$string['suspended'] = 'Suspended account'; $string['suspended_help'] = 'Suspended user accounts cannot log in or use web services, and any outgoing messages are discarded.'; $string['unlocked'] = 'Unlocked'; $string['unlockedifempty'] = 'Unlocked if empty';