summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/menu/menu.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index dd90f8f7e..597ee0eb9 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 '<p>' . t('Enter the name for your new menu. Remember to enable the newly created block in the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) . '</p>';
- case 'admin/build/menu-customize/%':
- return '<p>' . t('To rearrange menu links, grab a drag-and-drop handle under the <em>Menu link</em> 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 <em>Save configuration</em> button at the bottom of the page.') . '</p>';
case 'admin/build/menu/item/add':
return '<p>' . t('Enter the title and path for your new menu link.') . '</p>';
}