From de188ef9e38e7f589c67a9485b6b008e8e194909 Mon Sep 17 00:00:00 2001 From: poltawski Date: Thu, 20 Mar 2008 12:20:17 +0000 Subject: [PATCH] MDL-13994 - lang typo, thanks to Charles Kelly merged from MOODLE_19_STABLE --- lang/en_utf8/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index f8f917769e..76878e8c27 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -29,7 +29,7 @@ $string['auth_remove_suspend'] ='Suspend internal'; $string['auth_remove_delete'] ='Full delete internal'; // nologin plugin -$string['auth_nologindescription'] = 'Auxiliary plugin that prevents user to login into system and also discards any mail send to user. Can be used to suspend user accounts.'; +$string['auth_nologindescription'] = 'Auxiliary plugin that prevents user to login into system and also discards any mail sent to the user. Can be used to suspend user accounts.'; $string['auth_nologintitle'] = 'No login'; // CAS plugin -- 2.39.5