diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-25 13:55:22 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-25 13:55:22 +0000 |
commit | ab8090c77c8a23987cc8fc8117b6143d437365c1 (patch) | |
tree | bf6489c42316da698726a7a7ada06a0176184480 /modules/menu/menu.module | |
parent | 4bfda4db833832533b48dd92ab6ccb917709f49f (diff) | |
download | brdo-ab8090c77c8a23987cc8fc8117b6143d437365c1.tar.gz brdo-ab8090c77c8a23987cc8fc8117b6143d437365c1.tar.bz2 |
#273137 follow-up by David Rothstein: Fix menu descriptions.
Diffstat (limited to 'modules/menu/menu.module')
-rw-r--r-- | modules/menu/menu.module | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |