From 4dc30936f7797b26da5db79849d2fa2e70979e05 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 28 Mar 2014 17:58:48 +0000 Subject: [PATCH] MDL-44811 quiz settings form title: change for consistency. Thanks to Fred for poining out that most other activities use the work Appearance for these sorts of settings. --- mod/quiz/mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/mod_form.php b/mod/quiz/mod_form.php index 53fa9a11ed8..98d2aa83be9 100644 --- a/mod/quiz/mod_form.php +++ b/mod/quiz/mod_form.php @@ -249,7 +249,7 @@ class mod_quiz_mod_form extends moodleform_mod { 'neq', 'wontmatch'); // ------------------------------------------------------------------------------- - $mform->addElement('header', 'display', get_string('display', 'form')); + $mform->addElement('header', 'display', get_string('appearance')); // Show user picture. $mform->addElement('select', 'showuserpicture', get_string('showuserpicture', 'quiz'), array(