Index: adminlib.php =================================================================== RCS file: /cvsroot/moodle/moodle/lib/adminlib.php,v retrieving revision 1.85 diff -u -r1.85 adminlib.php --- adminlib.php 16 Oct 2006 08:54:37 -0000 1.85 +++ adminlib.php 18 Oct 2006 02:12:41 -0000 @@ -2431,7 +2431,7 @@ if (!isset($ADMIN)) { // start the admin tree! - $ADMIN = new admin_category('root','Administration'); + $ADMIN = new admin_category('root', get_string("administration")); // we process this file first to get categories up and running include($CFG->dirroot . '/'.$CFG->admin.'/settings/top.php');