fixed translation file for othersettings string
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user