From 5e1aaecb20838714b03f65590ddb93135f2ed6f6 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 7 Feb 2004 02:10:54 +0000 Subject: [PATCH] Don't lowercase the module name --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/mod.php b/course/mod.php index d112a38af6..ed855a6f4a 100644 --- a/course/mod.php +++ b/course/mod.php @@ -477,7 +477,7 @@ $form->mode = "add"; $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; -- 2.39.5