From 87af936b22566376ffa3fab665b47d720c2d2dda Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 22 Jun 2011 19:24:45 +0100 Subject: [PATCH] MDL-27991 End test... should be Finish attempt... to be more Moodly --- mod/quiz/lang/en/quiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 11585068268..a6090cab92b 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -275,7 +275,7 @@ $string['emailnotifysmall'] = '{$a->studentname} has completed {$a->quizname}'; $string['emailnotifysubject'] = '{$a->studentname} has completed quiz {$a->quizname}'; $string['empty'] = 'Empty'; $string['enabled'] = 'Enabled'; -$string['endtest'] = 'End test ...'; +$string['endtest'] = 'Finish attempt ...'; $string['erroraccessingreport'] = 'You cannot access this report'; $string['errorinquestion'] = 'Error in question'; $string['errormissingquestion'] = 'Error: The system is missing the question with id {$a}';