From 0707ce5472641080a4765c343f300f5834d5d498 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 8 Jan 2010 16:49:54 +0000 Subject: - Patch #678570 by jhodgdon: help text improvements. --- modules/menu/menu.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 9d6745d63..7eaac9fb8 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -30,12 +30,10 @@ function menu_help($path, $arg) { $output .= ''; return $output; case 'admin/structure/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/structure/block'))) . '

'; - case 'admin/structure/menu/item/add': - return '

' . t('Enter the title and path for your new menu link.') . '

'; + return '

' . t('You can enable the newly-created block for this menu on the Blocks administration page.', array('@blocks' => url('admin/structure/block'))) . '

'; } if ($path == 'admin/structure/menu' && module_exists('block')) { - return '

' . t('Each menu has a corresponding block that is managed on the blocks administration page.', array('@blocks' => url('admin/structure/block'))) . '

'; + return '

' . t('Each menu has a corresponding block that is managed on the Blocks administration page.', array('@blocks' => url('admin/structure/block'))) . '

'; } } -- cgit v1.2.3