Skip to content

Commit

Permalink
MDL-72901 question: add missing {$a} in string attemptfinishedsubmitting
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Oct 22, 2021
1 parent e5894c0 commit cd5eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/question.php
Expand Up @@ -327,7 +327,7 @@
$string['answer'] = 'Answer';
$string['answersaved'] = 'Answer saved';
$string['attemptfinished'] = 'Attempt finished';
$string['attemptfinishedsubmitting'] = 'Attempt finished submitting: ';
$string['attemptfinishedsubmitting'] = 'Attempt finished submitting: {$a}';
$string['behaviourbeingused'] = 'Behaviour being used: {$a}';
$string['cannotloadquestion'] = 'Could not load question';
$string['cannotpreview'] = 'You can\'t preview these questions!';
Expand Down

0 comments on commit cd5eea3

Please sign in to comment.