Skip to content

Commit

Permalink
MDL-42230 fix inconsistent quiz lang string.
Browse files Browse the repository at this point in the history
This matches a change made to another string in MDL-32188.
  • Loading branch information
timhunt committed Oct 11, 2013
1 parent f8eff10 commit d360392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/lang/en/quiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
$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.';
Expand Down

0 comments on commit d360392

Please sign in to comment.