summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 17:55:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 17:55:19 +0000
commitdd9b870f7bd1ca44966fec9a82756c00fa01e991 (patch)
treea9976898b5ce382d408137b4bb31ba8837f78bb0 /modules/menu
parent12162c1f21ddad325bb212c13d5959a68758377c (diff)
downloadbrdo-dd9b870f7bd1ca44966fec9a82756c00fa01e991.tar.gz
brdo-dd9b870f7bd1ca44966fec9a82756c00fa01e991.tar.bz2
#678564 by jhodgdon, Bojhan, and aspilicious: Gave menu descriptions need some love.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/menu/menu.install b/modules/menu/menu.install
index 25e28219b..5517a1164 100644
--- a/modules/menu/menu.install
+++ b/modules/menu/menu.install
@@ -48,11 +48,11 @@ function menu_install() {
$system_menus = menu_list_system_menus();
$t = get_t();
$descriptions = array(
- 'navigation' => $t('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' => $t("The <em>User menu</em> contains links related to the user's account, as well as the 'Log out' link."),
- 'management' => $t('The <em>Management</em> menu contains links for content creation, structure, user management, and similar site activities.'),
- 'main-menu' => $t('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' => $t('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.'),
+ 'navigation' => $t('The <em>Navigation</em> menu contains links intended for site visitors. Links are added to the <em>Navigation</em> menu automatically by some modules.'),
+ 'user-menu' => $t("The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link."),
+ 'management' => $t('The <em>Management</em> menu contains links for administrative tasks.'),
+ 'main-menu' => $t('The <em>Main</em> menu is used on many sites to show the major sections of the site, often in a top navigation bar.'),
+ 'secondary-menu' => $t('The <em>Secondary</em> menu is used on many sites for legal notices and contact pages.'),
);
foreach ($system_menus as $menu_name => $title) {
$menu = array(