From: bobopinna Date: Sun, 27 May 2007 21:24:51 +0000 (+0000) Subject: fixed translation file for othersettings string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=36938e1a670d8534b4e2c7e5fdfd55c807ffa66a;p=moodle.git fixed translation file for othersettings string --- diff --git a/mod/scorm/mod_form.php b/mod/scorm/mod_form.php index 979949d10f..74451d6557 100644 --- a/mod/scorm/mod_form.php +++ b/mod/scorm/mod_form.php @@ -31,7 +31,7 @@ class mod_scorm_mod_form extends moodleform_mod { //------------------------------------------------------------------------------- // Other Settings - $mform->addElement('header', 'advanced', get_string('othersettings')); + $mform->addElement('header', 'advanced', get_string('othersettings','scorm')); // Grading $mform->addElement('static', 'grade', get_string('grades'));