]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed page title
authormoodler <moodler>
Thu, 29 May 2003 03:02:10 +0000 (03:02 +0000)
committermoodler <moodler>
Thu, 29 May 2003 03:02:10 +0000 (03:02 +0000)
admin/modules.php

index 8ad67de821ef2d2640c14bd707aa94068f6b0e78..e76b32684b35b3aa76189584be12e6fdc501d3db 100644 (file)
@@ -27,7 +27,7 @@
     $strshow = get_string("show");
     $stractivitymodule = get_string("activitymodule");
 
-       print_header("$site->shortname: $strcategories", "$site->fullname", 
+       print_header("$site->shortname: $strmanagemodules", "$site->fullname", 
                  "<a href=\"../$CFG->admin/index.php\">$stradministration</a> -> $strmanagemodules");
 
     print_heading($strmanagemodules);