fix menu capitalization to be consistent with core
This commit is contained in:
parent
911791b362
commit
24bb9a57bb
@ -22,7 +22,7 @@ function menu_bar_menu($may_cache) {
|
|||||||
|
|
||||||
$items[] = array(
|
$items[] = array(
|
||||||
'path' => 'admin/settings/menu_bar',
|
'path' => 'admin/settings/menu_bar',
|
||||||
'title' => t('menu bar'),
|
'title' => t('Menu bar'),
|
||||||
'description' => t('Set which menus should appear in the menu bar.'),
|
'description' => t('Set which menus should appear in the menu bar.'),
|
||||||
'callback' => 'drupal_get_form',
|
'callback' => 'drupal_get_form',
|
||||||
'callback arguments' => array('menu_bar_admin_settings'),
|
'callback arguments' => array('menu_bar_admin_settings'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user