From: skodak Date: Tue, 5 May 2009 09:15:59 +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=e143a797054ce6f3f3dbbb90159cdf8e5f18426d;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 299e5d25da..ed9355fdf5 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -51,8 +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['cannotupdatetimer'] = 'Error: could not update lesson_timer table'; -$string['cannotresetjump'] = 'Lesson restorelib: unable to reset jump'; $string['cancel'] = 'Cancel'; $string['canretake'] = '$a can re-take'; $string['casesensitive'] = 'Use Regular Expressions';