]> git.mjollnir.org Git - moodle.git/commitdiff
merged fix for MDL-7065, adding translated string to breadcrumb
authortoyomoyo <toyomoyo>
Wed, 18 Oct 2006 05:41:45 +0000 (05:41 +0000)
committertoyomoyo <toyomoyo>
Wed, 18 Oct 2006 05:41:45 +0000 (05:41 +0000)
lib/adminlib.php

index f5c3cb289dfb73b90b42e571181383491a48e12b..d9ae7acdc25556c7ff0a032d1a76d246172d351c 100644 (file)
@@ -2431,7 +2431,7 @@ function admin_get_root() {
 
     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');