From 5d5895f21a06f163b5be905207a143438e56015d Mon Sep 17 00:00:00 2001 From: Colin Chambers Date: Mon, 12 Nov 2012 14:55:26 +0000 Subject: [PATCH] MDL-36529 Quiz: Shorten 'Settings for multiple tries' --- lang/en/question.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/question.php b/lang/en/question.php index dfa1aeb2df3..3b11f53f0ee 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -110,7 +110,7 @@ Each category has a context which determines where the questions in the category * Activity context - Questions only available in the activity module * Course context - Questions available in all activity modules in the course -* Course category context - Questions available in all activity modules and courses in the course category +* Course category context - Questions available in all activity modules and courses in the course category * System context - Questions available in all courses and activities on the site Categories are also used for random questions, as questions are selected from a particular category.'; @@ -388,7 +388,7 @@ $string['rightanswer'] = 'Right answer'; $string['rightanswer_help'] = 'an automatically generated summary of the correct response. This can be limited, so you may wish to consider explaining the correct solution in the general feedback for the question, and turning this option off.'; $string['saved'] = 'Saved: {$a}'; $string['saveflags'] = 'Save the state of the flags'; -$string['settingsformultipletries'] = 'Settings for multiple tries'; +$string['settingsformultipletries'] = 'Multiple tries'; $string['showhidden'] = 'Also show old questions'; $string['showmarkandmax'] = 'Show mark and max'; $string['showmaxmarkonly'] = 'Show max mark only';