Index: modules/menu/menu.module =================================================================== RCS file: /cvs/drupal/drupal/modules/menu/menu.module,v retrieving revision 1.163 diff -u -p -r1.163 menu.module --- modules/menu/menu.module 6 May 2008 12:18:48 -0000 1.163 +++ modules/menu/menu.module 9 May 2008 19:59:11 -0000 @@ -27,7 +27,7 @@ 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('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.') . '
'; }