From 93159ec41620558a68c7bc7504b652c93b77a0d7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Feb 2006 14:09:53 +0000 Subject: [PATCH] - Patch #47056: improved the consistency of the help texts. --- modules/menu.module | 6 +++--- modules/menu/menu.module | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/menu.module b/modules/menu.module index 178f64c5fe3..35c8afb09d6 100644 --- a/modules/menu.module +++ b/modules/menu.module @@ -64,9 +64,9 @@ function menu_help($section) { case 'admin/help#menu': $output = t('

The menu module allows for customization of the menus. Menus are useful for providing navigation in your site. The main menu for navigation is the navigation menu. Menus appear in blocks on your site.

'); diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 178f64c5fe3..35c8afb09d6 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -64,9 +64,9 @@ function menu_help($section) { case 'admin/help#menu': $output = t('

The menu module allows for customization of the menus. Menus are useful for providing navigation in your site. The main menu for navigation is the navigation menu. Menus appear in blocks on your site.

');