From: tjhunt Date: Wed, 11 Feb 2009 10:06:11 +0000 (+0000) Subject: quiz editing: MDL-17296 final attempt to get the display of the open/closed state... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9137e95f82f769387098fad988e34ea84e1dc716;p=moodle.git 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. --- 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';