diff --git a/course/mod.php b/course/mod.php index 21cde8078ef..6c9ad86f215 100644 --- a/course/mod.php +++ b/course/mod.php @@ -503,7 +503,7 @@ $form->sesskey = !empty($USER->id) ? $USER->sesskey : ''; $sectionname = get_string("name$course->format"); - $fullmodulename = strtolower(get_string("modulename", $module->name)); + $fullmodulename = get_string("modulename", $module->name); if ($form->section && $course->format != 'site') { $heading->what = $fullmodulename; @@ -563,7 +563,7 @@ $form->sesskey = !empty($USER->id) ? $USER->sesskey : ''; $sectionname = get_string("name$course->format"); - $fullmodulename = strtolower(get_string("modulename", $module->name)); + $fullmodulename = get_string("modulename", $module->name); if ($form->section) { $heading->what = $fullmodulename;