diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index e73c79a26d7..66cdf327a55 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -528,7 +528,7 @@ $string['orderingquiz'] = 'Order and paging'; $string['orderingquizx'] = 'Order and paging: {$a}'; $string['outcomesadvanced'] = 'Outcomes are advanced settings'; $string['outof'] = '{$a->grade} out of {$a->maxgrade}'; -$string['outofpercent'] = '{$a->grade} out of a maximum of {$a->maxgrade} ({$a->percent}%)'; +$string['outofpercent'] = '{$a->grade} out of {$a->maxgrade} ({$a->percent}%)'; $string['outofshort'] = '{$a->grade}/{$a->maxgrade}'; $string['overallfeedback'] = 'Overall feedback'; $string['overallfeedback_help'] = 'Overall feedback is text that is shown after a quiz has been attempted. By specifying additional grade boundaries (as a percentage or as a number), the text shown can depend on the grade obtained.';