MDL-16170 - Improve naming of the plugins category in the admin menu.

Yes, I know I changed an existing language string, which is supposed to be wrong, but I changed it so that the string 'plugin' is now 'Plugin'. I just cannot see that as a wrong change.
This commit is contained in:
tjhunt
2008-08-22 03:32:49 +00:00
parent 9624187313
commit ff4b9fcbb2
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if ($hassiteconfig) {
$ADMIN->add('modules', new admin_category('modsettings', get_string('activities')));
$ADMIN->add('modules', new admin_category('modsettings', get_string('activitymodules')));
$ADMIN->add('modsettings', new admin_page_managemods());
if ($modules = $DB->get_records('modules')) {
$modulebyname = array();