From 849d075393dcff0d70127b9f72a9346547d51d10 Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 3 Jan 2007 08:19:10 +0000 Subject: [PATCH] xhtml fix for MDL-7861 --- lang/en_utf8/quiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index f80dcdc2f6..07be7d4c32 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -131,7 +131,7 @@ $string['delay1'] = 'Time delay between first and second attempt'; $string['delay2'] = 'Time delay between later attempts'; $string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?'; $string['deletequestioncheck'] = 'Are you absolutely sure you want to delete \'$a\'?'; -$string['deletequestionscheck'] = 'Are you absolutely sure you want to delete the following questions?
$a
'; +$string['deletequestionscheck'] = 'Are you absolutely sure you want to delete the following questions?

$a'; $string['deleteselected'] = 'Delete selected'; $string['description'] = 'Description'; $string['discrimination'] = 'Discrim. Index'; -- 2.39.5