From 20825cde527eb4b77a016376b8dd8c349b056980 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 28 Jun 2009 13:08:15 +0000 Subject: - Patch #503822 by berenddeboer: remove drag and drop help text from menu page. --- modules/menu/menu.module | 2 -- 1 file changed, 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 '

' . 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.') . '

'; } -- cgit v1.2.3