From 585fdfc9ab56bd3014a68a7845b7ac9ae003b39d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 31 Jan 2007 16:38:34 +0000 Subject: - Patch #108730 by add1sun: small code cleanup. --- 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 1b5bd7a8c..06fb6b398 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -23,7 +23,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 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'))) .'

'; case 'admin/build/menu/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