Issue #1926488 by bdone: Rename toolbar "menu" tab to "manage".
parent
0c7e0f7740
commit
754536aae5
|
@ -387,7 +387,7 @@ function toolbar_toolbar() {
|
||||||
'#type' => 'toolbar_item',
|
'#type' => 'toolbar_item',
|
||||||
'tab' => array(
|
'tab' => array(
|
||||||
'#type' => 'link',
|
'#type' => 'link',
|
||||||
'#title' => t('Menu'),
|
'#title' => t('Manage'),
|
||||||
'#href' => 'admin',
|
'#href' => 'admin',
|
||||||
'#options' => array(
|
'#options' => array(
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
|
|
Loading…
Reference in New Issue