]> git.mjollnir.org Git - moodle.git/commitdiff
fixed translation file for othersettings string
authorbobopinna <bobopinna>
Sun, 27 May 2007 21:24:51 +0000 (21:24 +0000)
committerbobopinna <bobopinna>
Sun, 27 May 2007 21:24:51 +0000 (21:24 +0000)
mod/scorm/mod_form.php

index 979949d10f73a18d1296426a4e595e75d3bca3b0..74451d6557fad8a09b7fe3053dbda7a5176f1a3b 100644 (file)
@@ -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'));