summaryrefslogtreecommitdiff
path: root/modules/menu/menu.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-25 13:55:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-25 13:55:22 +0000
commitab8090c77c8a23987cc8fc8117b6143d437365c1 (patch)
treebf6489c42316da698726a7a7ada06a0176184480 /modules/menu/menu.install
parent4bfda4db833832533b48dd92ab6ccb917709f49f (diff)
downloadbrdo-ab8090c77c8a23987cc8fc8117b6143d437365c1.tar.gz
brdo-ab8090c77c8a23987cc8fc8117b6143d437365c1.tar.bz2
#273137 follow-up by David Rothstein: Fix menu descriptions.
Diffstat (limited to 'modules/menu/menu.install')
-rw-r--r--modules/menu/menu.install4
1 files changed, 2 insertions, 2 deletions
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 <em>Navigation</em> 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 <em>User menu</em> 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 <em>Management</em> menu contains links for content creation, site building, user management, and similar site activites.',
+ 'user-menu' => "The <em>User menu</em> contains links related to the user's account, as well as the 'Log out' link.",
+ 'management' => 'The <em>Management</em> menu contains links for content creation, site building, user management, and similar site activities.',
'main-menu' => 'The <em>Main menu</em> 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 <em>Secondary menu</em> 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.',
);