diff --git a/modules/menu/menu.module b/modules/menu/menu.module index dd90f8f7edf..597ee0eb9ee 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -24,8 +24,6 @@ function menu_help($path, $arg) { return $output; case 'admin/build/menu/add': return '

' . t('Enter the name for your new menu. Remember to enable the newly created block in the blocks administration page.', array('@blocks' => url('admin/build/block'))) . '

'; - case 'admin/build/menu-customize/%': - return '

' . t('To rearrange menu links, grab a drag-and-drop handle under the Menu link column and drag the link (or group of links) to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.') . '

'; case 'admin/build/menu/item/add': return '

' . t('Enter the title and path for your new menu link.') . '

'; }