]> git.mjollnir.org Git - moodle.git/commitdiff
New lang string for clarifying quiz UI.
authortjhunt <tjhunt>
Wed, 25 Apr 2007 15:31:34 +0000 (15:31 +0000)
committertjhunt <tjhunt>
Wed, 25 Apr 2007 15:31:34 +0000 (15:31 +0000)
lang/en_utf8/quiz.php
mod/quiz/attempt_close_js.php

index d0469f111afc28889b74a99e6213d79a2b745808..394305b7b3a79a1c2d5059c7bda835d47bc97cb1 100644 (file)
@@ -198,6 +198,7 @@ $string['filloutoneanswer'] = 'You must provide at least one possible answer. An
 $string['filloutthreequestions'] = 'You must provide at least three questions with matching answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
 $string['fillouttwochoices'] = 'You must fill out at least two choices.  Choices left blank will not be used.';
 $string['finishattempt'] = 'Submit all and finish';
+$string['finishreview'] = 'Finish review';
 $string['forceregeneration'] = 'force regeneration';
 $string['formatnotfound'] = 'Import/export format $a not found';
 $string['formatnotimplemented'] = 'This format has not been correctly implemented, please post a bug report';
index fbfeaab96a3fdb9b3e9e4986bc4bf4d539719648..1d33058a80832d68797f31174315e7e5cdaec580 100644 (file)
@@ -21,7 +21,7 @@ document.write('<input type="button" value="<?php print_string('closewindow') ?>
 
 <?php
 } else {
-    print_single_button("view.php", array( 'id' => $cm->id ), get_string('continue'));
+    print_single_button("view.php", array( 'id' => $cm->id ), get_string('finishreview', 'quiz'));
 }
 ?>
 </div>