summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-13 10:34:07 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-13 10:34:07 +0000
commita64e5f38d1d662756ce9190db028773c7f90ddff (patch)
tree89b13904898c124abb588e73a07cb55ca167b279 /modules/menu
parent72773890fb4230d4c5591a0ba36bd1b5953dd494 (diff)
downloadbrdo-a64e5f38d1d662756ce9190db028773c7f90ddff.tar.gz
brdo-a64e5f38d1d662756ce9190db028773c7f90ddff.tar.bz2
#195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@menu">Menu page</a>.', array('@menu' => 'http://drupal.org/handbook/modules/menu/')) .'</p>';
return $output;
case 'admin/build/menu':
- return '<p>'. 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'))) .'</p>';
+ return '<p>'. 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.') .'</p>';
case 'admin/build/menu/add':
return '<p>'. t('Enter the name for your new menu. Remember to enable the newly created block in the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) .'</p>';
case 'admin/build/menu/item/add':