diff --git a/modules/menu.module b/modules/menu.module index ede4266bc9e..ff180f50be2 100644 --- a/modules/menu.module +++ b/modules/menu.module @@ -86,7 +86,7 @@ function menu_help($section) { case 'admin/menu': 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.

', array('%blocks' => l(t('blocks administration page'), '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' => url('admin/block'))); case 'admin/menu/item/add': return t('

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

'); case 'admin/settings/menu': diff --git a/modules/menu/menu.module b/modules/menu/menu.module index ede4266bc9e..ff180f50be2 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -86,7 +86,7 @@ function menu_help($section) { case 'admin/menu': 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.

', array('%blocks' => l(t('blocks administration page'), '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' => url('admin/block'))); case 'admin/menu/item/add': return t('

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

'); case 'admin/settings/menu':