fixed translation file for othersettings string

This commit is contained in:
bobopinna
2007-05-27 21:24:51 +00:00
parent 8e4838ffd7
commit 36938e1a67
+1 -1
View 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'));