From: gustav_delius Date: Sat, 25 Mar 2006 21:28:41 +0000 (+0000) Subject: Shortened and simplified a string, so that it fits better onto the quiz editing form. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0705c069c0dad41e77f128cbb4a9ab4659bf3921;p=moodle.git Shortened and simplified a string, so that it fits better onto the quiz editing form. --- 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
';