]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16170 - Improve naming of the plugins category in the admin menu.
authortjhunt <tjhunt>
Fri, 22 Aug 2008 03:32:49 +0000 (03:32 +0000)
committertjhunt <tjhunt>
Fri, 22 Aug 2008 03:32:49 +0000 (03:32 +0000)
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.

admin/settings/plugins.php
admin/settings/top.php
lang/en_utf8/admin.php
lang/en_utf8/moodle.php

index 3aa7edef6d67769617490dadf7c326df2fbffac6..1c0aa66861c169c17e5020b6d505e3669e7c360c 100644 (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();
index 4651338ad44af761547f25d24dfa6e6cd206efec..f7364bc09ce953be4753cbdef2c7b21abb85c7b1 100644 (file)
@@ -23,9 +23,7 @@ $ADMIN->add('root', new admin_category('courses', get_string('courses','admin'))
 $ADMIN->add('root', new admin_category('grades', get_string('grades')));
 $ADMIN->add('root', new admin_category('location', get_string('location','admin')));
 $ADMIN->add('root', new admin_category('language', get_string('language')));
-
 $ADMIN->add('root', new admin_category('modules', get_string('plugins', 'admin')));
-
 $ADMIN->add('root', new admin_category('security', get_string('security','admin')));
 $ADMIN->add('root', new admin_category('appearance', get_string('appearance','admin')));
 $ADMIN->add('root', new admin_category('frontpage', get_string('frontpage','admin')));
index b7ddb4259684aa454bf864fdc878a58f20a7b0f4..9fd8bf36fc234de9547fb1dac98e4c2cf677d92c 100644 (file)
@@ -556,7 +556,7 @@ $string['pgclusterdescription'] = 'PostgreSQL version/cluster parameter for comm
 $string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x';
 $string['pleaseregister'] = 'Please register your site to remove this button';
 $string['pleaserefreshregistration'] = 'Your site has been registered with moodle.org, please consider updating the registration if significant changes happened since your last update, on $a';
-$string['plugins'] = 'Modules';
+$string['plugins'] = 'Plugins';
 $string['profilecategory'] = 'Category';
 $string['profilecategoryname'] = 'Category name (must be unique)';
 $string['profilecategorynamenotunique'] = 'This category name is already in use';
index 3b6e5f2974f7d43651222a5aca7a6843d173610e..113578612401eea30d2378fdf77f2ee191523353 100644 (file)
@@ -12,6 +12,7 @@ $string['activity'] = 'Activity';
 $string['activityclipboard'] = 'Moving this activity: <b>$a</b>';
 $string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden';
 $string['activitymodule'] = 'Activity module';
+$string['activitymodules'] = 'Activity modules';
 $string['activityreport'] = 'Activity report';
 $string['activityreports'] = 'Activity reports';
 $string['activityselect'] = 'Select this activity to be moved elsewhere';