From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/menu/menu.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/menu/menu.module') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index d2fc770a5..ab080700a 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -60,11 +60,11 @@ function menu_help($section) { case 'admin/modules#description': return t('Allows administrators to customize the site navigation menu.'); case 'admin/menu': - return t('Select an operation from the list to move, change, or delete a menu item.'); + return t('

Select an operation from the list to move, change, or delete a menu item.

'); case 'admin/menu/menu/add': - return t('Enter the name for your new menu. Remember to enable the newly created block in the %blocks administration page.', array('%blocks' => l(t('blocks'), 'admin/block'))); + return t('

Enter the name for your new menu. Remember to enable the newly created block in the %blocks administration page.

', array('%blocks' => l(t('blocks'), 'admin/block'))); case 'admin/menu/item/add': - return t('Enter the title, path, position and the weight for your new menu item.'); + return t('

Enter the title, path, position and the weight for your new menu item.

'); } } -- cgit v1.2.3