summaryrefslogtreecommitdiff
path: root/modules/toolbar
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-16 20:53:34 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-16 20:53:34 +0000
commit5d44ff337db9185b88c09a2d234ac08c89f359ce (patch)
treef5e8d918889094e2a6c373fb3feda13c46729977 /modules/toolbar
parent6d796e91eeb894efe97fd4073a25e4c7030385bf (diff)
downloadbrdo-5d44ff337db9185b88c09a2d234ac08c89f359ce.tar.gz
brdo-5d44ff337db9185b88c09a2d234ac08c89f359ce.tar.bz2
- Patch #898028 by Everett Zufelt: change heading before Toolbar to 'Administrative Toolbar' instead of 'management'.
Diffstat (limited to 'modules/toolbar')
-rw-r--r--modules/toolbar/toolbar.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module
index 93f798288..33f78d2af 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.