]> git.mjollnir.org Git - moodle.git/commitdiff
changed ongoingcustom definition
authormichaelpenne <michaelpenne>
Wed, 17 Nov 2004 01:07:17 +0000 (01:07 +0000)
committermichaelpenne <michaelpenne>
Wed, 17 Nov 2004 01:07:17 +0000 (01:07 +0000)
lang/en/lesson.php

index 957cd01543a4ec5733aa2885b419f12499bb3cb5..8327ed01b0e1f8deb0ce5b3f0360576f7e3bd791 100644 (file)
@@ -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";