From 5d97b596538fc1d1f4999a2294ef32f6abf39689 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 5 May 2009 09:10:52 +0000 Subject: [PATCH] MDL-19067 removed obsoleted string (never used in any STABLE branch) --- lang/en_utf8/lesson.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 41c00514e1..47b5e49244 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['cannotinserthighscore'] = 'Insert of new high score Failed!'; -$string['cannotinsertpage'] = 'Cannot insert new page'; $string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table'; $string['cannotupdateanswer'] = 'Update page: answer not updated'; $string['cannotupdatebook'] = 'Cannot update your book'; -- 2.39.5