diff --git modules/menu/menu.module modules/menu/menu.module index 7d7379b..e9a56d9 100644 --- modules/menu/menu.module +++ modules/menu/menu.module @@ -27,7 +27,12 @@ function menu_help($path, $arg) { 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 items, grab a drag-and-drop handle under the Menu item column and drag the items (or group of items) 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.') .'

'; + return '

' + . t('BIG FAT WARNING!') . '
' + . t('Any changes made here will eventually result in a broken menu system that can only be repaired by manual edits to the database.') + . '
' . t('There is no UI and no support for fixing a broken menu system.') + . '
' . t('YOU HAVE BEEN WARNED.') . '

' + . '

'. t('To rearrange menu items, grab a drag-and-drop handle under the Menu item column and drag the items (or group of items) 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 item.') .'

'; }