From 2058a0a1b2e2ef30e83a157403c6fed37f1759ea Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 18 Oct 2006 05:41:45 +0000 Subject: [PATCH] merged fix for MDL-7065, adding translated string to breadcrumb --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adminlib.php b/lib/adminlib.php index f5c3cb289d..d9ae7acdc2 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -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'); -- 2.39.5