]> git.mjollnir.org Git - moodle.git/commitdiff
Shortened and simplified a string, so that it fits better onto the quiz editing form.
authorgustav_delius <gustav_delius>
Sat, 25 Mar 2006 21:28:41 +0000 (21:28 +0000)
committergustav_delius <gustav_delius>
Sat, 25 Mar 2006 21:28:41 +0000 (21:28 +0000)
lang/en_utf8/quiz.php

index 42d8caf73b4fb80a61a62d032d6fe7eff9b9f941..f18807c0ed8d345599a4e78a6701ff545bb355f1 100644 (file)
@@ -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? <div>$a</div>';