diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-28 13:08:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-28 13:08:15 +0000 |
commit | 20825cde527eb4b77a016376b8dd8c349b056980 (patch) | |
tree | 763857cc9aee29777da23d96c6b4ede84b4ad407 /modules | |
parent | 3bf1c719f5c9306cd42f51119a3491bf43e49a20 (diff) | |
download | brdo-20825cde527eb4b77a016376b8dd8c349b056980.tar.gz brdo-20825cde527eb4b77a016376b8dd8c349b056980.tar.bz2 |
- Patch #503822 by berenddeboer: remove drag and drop help text from menu page.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/menu/menu.module | 2 |
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>'; } |