diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
commit | c2d7419f23dd2929e7178e2f09f327e08faa348b (patch) | |
tree | e16ca920886af5619bd3bc51776c428c73c7c2d4 /modules/menu | |
parent | 4b449a7e5d6347603fa3a1ed70d0e9273db2b92b (diff) | |
download | brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.gz brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.bz2 |
- Patch #8681 by stefan: fixed some broken URLs and help texts.
Diffstat (limited to 'modules/menu')
-rw-r--r-- | modules/menu/menu.module | 2 |
1 files changed, 2 insertions, 0 deletions
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.'); } } |