From: skodak Date: Tue, 5 May 2009 09:07:21 +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=8915da3eee4a026b68a1a955665662aa11452770;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 75dd20eb3f..41c00514e1 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -51,7 +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['cannotinsertanswer'] = 'Cannot insert answer record'; $string['cannotinserthighscore'] = 'Insert of new high score Failed!'; $string['cannotinsertpage'] = 'Cannot insert new page'; $string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';