]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13994 - lang typo, thanks to Charles Kelly
authorpoltawski <poltawski>
Thu, 20 Mar 2008 12:20:17 +0000 (12:20 +0000)
committerpoltawski <poltawski>
Thu, 20 Mar 2008 12:20:17 +0000 (12:20 +0000)
merged from MOODLE_19_STABLE

lang/en_utf8/auth.php

index f8f917769e558380d6ff62377d30234a560aff2f..76878e8c2753edb05bd151f5dc00a4682f4b7352 100644 (file)
@@ -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 <em>suspend</em> 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 <em>suspend</em> user accounts.';
 $string['auth_nologintitle'] = 'No login';
 
 // CAS plugin