From 5bb45aaa3c1158724e3138f3ec93dbf4333ddc0f Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 9 Apr 2018 10:39:19 +0800 Subject: [PATCH] MDL-61033 mod_quiz: Update lang string --- 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 15430cb0cef..65a488c051d 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -90,7 +90,7 @@ $string['attemptduration'] = 'Time taken'; $string['attemptedon'] = 'Attempted on'; $string['attempterror'] = 'You are not allowed to attempt this quiz at this time because: {$a}'; $string['attempterrorinvalid'] = 'Invalid quiz attempt ID'; -$string['attempterrorcontentchange'] = 'This quiz attempt no longer exists. (When a quiz is edited in-progress previews are automatically deleted.)'; +$string['attempterrorcontentchange'] = 'This quiz preview no longer exists. (When a quiz is edited, any in-progress previews are automatically deleted.)'; $string['attempterrorcontentchangeforuser'] = 'This quiz attempt no longer exists.'; $string['attemptfirst'] = 'First attempt'; $string['attemptincomplete'] = 'That attempt (by {$a}) is not yet completed.';