From 5d44ff337db9185b88c09a2d234ac08c89f359ce Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 16 Sep 2010 20:53:34 +0000
Subject: [PATCH] - Patch #898028 by Everett Zufelt: change heading before
 Toolbar to 'Administrative Toolbar' instead of 'management'.

---
 modules/toolbar/toolbar.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module
index 93f798288fdf..33f78d2af6fc 100644
--- a/modules/toolbar/toolbar.module
+++ b/modules/toolbar/toolbar.module
@@ -207,7 +207,7 @@ function toolbar_view() {
     '#theme' => 'links__toolbar_menu',
     '#links' => $links,
     '#attributes' => array('id' => 'toolbar-menu'),
-    '#heading' => array('text' => t($system_menus['management']), 'level' => 'h2', 'class' => 'element-invisible'),
+    '#heading' => array('text' => t('Administrative toolbar'), 'level' => 'h2', 'class' => 'element-invisible'),
   );
 
   // Add logout & user account links or login link.
-- 
GitLab