From: skodak Date: Tue, 5 May 2009 09:12:35 +0000 (+0000) Subject: MDL-19067 removed obsoleted string (never used in any STABLE branch) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=da765e69b463138d5e0c49646932f46e003cdc9c;p=moodle.git MDL-19067 removed obsoleted string (never used in any STABLE branch) --- diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 47b5e49244..090fa35ee9 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -51,9 +51,6 @@ $string['cannotfindanswer'] = 'Error: could not find answer'; $string['cannotfindgrade'] = 'Error: could not find grades'; $string['cannotfindrecords'] = 'Error: could not find lesson records'; $string['cannotfinduser'] = 'Error: could not find users'; -$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table'; -$string['cannotupdateanswer'] = 'Update page: answer not updated'; -$string['cannotupdatebook'] = 'Cannot update your book'; $string['cannotupdatelink'] = 'Cannot update link'; $string['cannotupdatepage'] = 'Update page: page not updated'; $string['cannotupdatetimer'] = 'Error: could not update lesson_timer table';