From c2d7419f23dd2929e7178e2f09f327e08faa348b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 19:49:14 +0000 Subject: - Patch #8681 by stefan: fixed some broken URLs and help texts. --- modules/menu/menu.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/menu') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 8be50f4c0..8a11aa375 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -54,6 +54,8 @@ function menu_help($section) { return t('Select an operation from the list to move, change, or delete a menu item. To add a new menu, add a new menu item, or reset all menu items to default values, choose an option from the main menu.'); 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'))); + case 'admin/menu/item/add': + return t('Enter the title, path, position and the weight for your new menu item.'); } } -- cgit v1.2.3