From 0705c069c0dad41e77f128cbb4a9ab4659bf3921 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sat, 25 Mar 2006 21:28:41 +0000 Subject: [PATCH] Shortened and simplified a string, so that it fits better onto the quiz editing form. --- 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 42d8caf73b..f18807c0ed 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -118,7 +118,7 @@ $string['default'] = 'Default'; $string['defaultgrade'] = 'Default question grade'; $string['defaultinfo'] = 'The default category for questions.'; $string['delay1'] = 'Time delay between first and second attempt'; -$string['delay2'] = 'Time delay between second and additional attempts'; +$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
'; -- 2.39.5