]> git.mjollnir.org Git - moodle.git/commitdiff
Merged fix from stable for typoCVS: --------------------------------------------...
authormoodler <moodler>
Sun, 18 Feb 2007 05:52:46 +0000 (05:52 +0000)
committermoodler <moodler>
Sun, 18 Feb 2007 05:52:46 +0000 (05:52 +0000)
question/type/essay/edit_essay_form.php

index dcb6381a2dfe1fd601db8f444e101a2d768babb6..08015992bad823e355723ac17d896e60099dafe4 100644 (file)
@@ -18,7 +18,7 @@ class question_edit_essay_form extends question_edit_form {
      * @param MoodleQuickForm $mform the form being built.
      */
     function definition_inner(&$mform) {
-        $mform->addElement('htmleditor', 'feedback', print_string("feedback", "quiz"));
+        $mform->addElement('htmleditor', 'feedback', get_string("feedback", "quiz"));
         $mform->setType('feedback', PARAM_RAW);
 
         $mform->addElement('hidden', 'fraction', 0);
@@ -37,4 +37,4 @@ class question_edit_essay_form extends question_edit_form {
 
 
 }
-?>
\ No newline at end of file
+?>