From 36938e1a670d8534b4e2c7e5fdfd55c807ffa66a Mon Sep 17 00:00:00 2001 From: bobopinna Date: Sun, 27 May 2007 21:24:51 +0000 Subject: [PATCH] fixed translation file for othersettings string --- mod/scorm/mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.39.5