]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo in error message.
authormits <mits>
Thu, 22 May 2008 16:12:53 +0000 (16:12 +0000)
committermits <mits>
Thu, 22 May 2008 16:12:53 +0000 (16:12 +0000)
lang/en_utf8/error.php

index 991d7e5a9ff52492706fe64502718665f49771ab..dda4391513b301935dd39864074c1ec0051808ab 100644 (file)
@@ -53,7 +53,7 @@ $string['cannotfindhelp'] = 'Cannot find \"$a\" language help files';
 $string['cannotfindinfo'] = 'Cannot find info for: \"$a\"';
 $string['cannotfindlang'] = 'Cannot find \"$a\" language pack!';
 $string['cannotfindsite'] = 'Cannot find site-level course';
-$string['cannotfindteacher'] = 'cannotfindteacher';
+$string['cannotfindteacher'] = 'Cannot find teacher.';
 $string['cannotimportgrade'] = 'Grade import error';
 $string['cannotimportformat'] = 'Sorry, importing this format is not yet implemented!';
 $string['cannotnetgeo'] = 'Can not connect to NetGeo server at http://netgeo.caida.org, please check proxy settings or better install MaxMind GeoLite City data file.';