From ab8090c77c8a23987cc8fc8117b6143d437365c1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 25 Mar 2009 13:55:22 +0000 Subject: #273137 follow-up by David Rothstein: Fix menu descriptions. --- modules/menu/menu.install | 4 ++-- modules/menu/menu.module | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/menu/menu.install b/modules/menu/menu.install index a41f4e9e2..dc96c84d1 100644 --- a/modules/menu/menu.install +++ b/modules/menu/menu.install @@ -10,8 +10,8 @@ function menu_install() { $system_menus = menu_list_system_menus(); $descriptions = array( 'navigation' => 'The Navigation menu contains links such as Recent posts (if the Tracker module is enabled). Non-administrative links are added to this menu by default by modules.', - 'user-menu' => "The User menu contains links to the user's account, and 'Log out' and is the source for the User links that may be displayed by the theme.", - 'management' => 'The Management menu contains links for content creation, site building, user management, and similar site activites.', + 'user-menu' => "The User menu contains links related to the user's account, as well as the 'Log out' link.", + 'management' => 'The Management menu contains links for content creation, site building, user management, and similar site activities.', 'main-menu' => 'The Main menu is the default source for the Main links which are often used by themes to show the major sections of a site.', 'secondary-menu' => 'The Secondary menu is the default source for the Secondary links which are often used for legal notices, contact details, and other navigation items that play a lesser role than the Main links.', ); diff --git a/modules/menu/menu.module b/modules/menu/menu.module index b85aae91e..24db8e3c5 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -51,7 +51,7 @@ function menu_perm() { function menu_menu() { $items['admin/build/menu'] = array( 'title' => 'Menus', - 'description' => "Control your site's Navigation menu, Main menu and Secondary menu. as well as rename and reorganize menu items.", + 'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.', 'page callback' => 'menu_overview_page', 'access callback' => 'user_access', 'access arguments' => array('administer menu'), -- cgit v1.2.3