- Patch #898028 by Everett Zufelt: change heading before Toolbar to 'Administrative Toolbar' instead of 'management'.

merge-requests/26/head
Dries Buytaert 2010-09-16 20:53:34 +00:00
parent 6d796e91ee
commit 5d44ff337d
1 changed files with 1 additions and 1 deletions

View File

@ -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.