From 000fbcf2bd95bdc25850ffc9ada8ab435e49a0cb Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 3 Apr 2013 11:23:41 +0100 Subject: [PATCH] MDL-38538 quiz autosave: fix language string. This feature does not actually provide spiritual salvation. --- mod/quiz/lang/en/quiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 1c1ccf54230..7c902dbd95e 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -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';