merged fix for MDL-7065, adding translated string to breadcrumb

This commit is contained in:
toyomoyo
2006-10-18 05:41:45 +00:00
parent fa266634a5
commit 2058a0a1b2
+1 -1
View 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');