From: michaelpenne Date: Wed, 17 Nov 2004 01:07:17 +0000 (+0000) Subject: changed ongoingcustom definition X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc72031abede68d998bbd1f1fad3d57365b7e4c8;p=moodle.git changed ongoingcustom definition --- diff --git a/lang/en/lesson.php b/lang/en/lesson.php index 957cd01543..8327ed01b0 100644 --- a/lang/en/lesson.php +++ b/lang/en/lesson.php @@ -172,7 +172,7 @@ $string['noretake'] = "You are not allowed to retake this lesson."; $string['notcompleted'] = "Not Completed"; $string['nothighscore'] = "You did not make the top \$a high scores list."; $string['ongoing'] = "Display Ongoing Score"; -$string['ongoingcustom'] = "This is a \$a->grade point lesson. You have earned \$a->score point(s) out of \$a->currenthigh point(s) thus far."; +$string['ongoingcustom'] = "You have earned \$a->score point(s) out of \$a->currenthigh point(s) thus far."; $string['ongoingnormal'] = "You have answered \$a->correct question(s) correctly out of \$a->viewed question(s)."; $string['or'] = "OR"; $string['outoftime'] = "Out of Time";