From 9137e95f82f769387098fad988e34ea84e1dc716 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 11 Feb 2009 10:06:11 +0000 Subject: [PATCH] quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-) - Oops, I missed the lang string. --- lang/en_utf8/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 7f4ef335a5..5f2c279bbf 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -533,6 +533,7 @@ $string['quizcloses'] = 'Quiz closes'; $string['quizcloseson'] = 'This quiz will close at $a'; $string['quizisclosed'] = 'This quiz is closed'; $string['quizisopen'] = 'This quiz is open'; +$string['quizisopenwillclose'] = 'Quiz open (closes $a)'; $string['quiznavigation'] = 'Quiz navigation'; $string['quiznotavailable'] = 'The quiz will not be available until $a'; $string['quizopen'] = 'Open the quiz'; -- 2.39.5