From: mits Date: Thu, 22 May 2008 16:12:53 +0000 (+0000) Subject: Fixed a typo in error message. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d2acb6459b959e7b0ec113039378e27dd568166a;p=moodle.git Fixed a typo in error message. --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 991d7e5a9f..dda4391513 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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.';