From: moodler <moodler>
Date: Sun, 18 Feb 2007 05:52:46 +0000 (+0000)
Subject: Merged fix from stable for typoCVS: --------------------------------------------... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0bf93fcbce006e71e8176fab5b242b8c2a157929;p=moodle.git

Merged fix from stable for typoCVS: ----------------------------------------------------------------------
---

diff --git a/question/type/essay/edit_essay_form.php b/question/type/essay/edit_essay_form.php
index dcb6381a2d..08015992ba 100644
--- a/question/type/essay/edit_essay_form.php
+++ b/question/type/essay/edit_essay_form.php
@@ -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
+?>