MDL-38538 quiz autosave: fix language string.

This feature does not actually provide spiritual salvation.
This commit is contained in:
Tim Hunt
2013-04-03 11:23:41 +01:00
parent d122fe3245
commit 000fbcf2bd
+1 -1
View File
@@ -98,7 +98,7 @@ $string['attemptstate'] = 'State';
$string['attemptstillinprogress'] = 'Attempt still in progress';
$string['attemptsunlimited'] = 'Unlimited attempts';
$string['autosaveperiod'] = 'Auto-save period';
$string['autosaveperiod_desc'] = 'If you turn on this option, then the students will be automatically saved during quiz attempts. The trade-off here is that doing this will increase the load on your server, but it makes it much less likely that students will lose their work.';
$string['autosaveperiod_desc'] = 'Students\' responses can be saved automatically every few minutes during quiz attempts. This involves a trade-off: saving the responses increases the server load, but reduces the chance that students lose their work.';
$string['back'] = 'Back to preview question';
$string['backtocourse'] = 'Back to the course';
$string['backtoquestionlist'] = 'Back to question list';