From a64e5f38d1d662756ce9190db028773c7f90ddff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 13 Dec 2007 10:34:07 +0000 Subject: #195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text --- modules/menu/menu.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 633125d61..45887f2b9 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -29,7 +29,7 @@ Menu administration tabs: $output .= '

'. t('For more information please read the configuration and customization handbook Menu page.', array('@menu' => 'http://drupal.org/handbook/modules/menu/')) .'

'; return $output; case 'admin/build/menu': - return '

'. t('Menus are a collection of links (menu items) used to navigate a website. The list(s) below display the currently available menus along with their menu items. Select an operation from the list to manage each menu or menu item.', array('@admin-settings-menus' => url('admin/build/menu/settings'), '@admin-block' => url('admin/build/block'))) .'

'; + return '

'. t('Menus are a collection of links (menu items) used to navigate a website. The menus currently available on your site are displayed below. Select a menu from this list to manage its menu items.') .'

'; 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/item/add': -- cgit v1.2.3