From 4c094fc8dc701b8a6cee875bde67e4f88795467d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Sep 2010 22:12:05 +0000 Subject: - Patch #903630 by pwolanin: menu module settings page text refers to settings that are no longer present. --- modules/menu/menu.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc index 4c9c0c5d3..2eac43cb3 100644 --- a/modules/menu/menu.admin.inc +++ b/modules/menu/menu.admin.inc @@ -674,7 +674,7 @@ function menu_reset_item_confirm_submit($form, &$form_state) { function menu_configure() { $form['intro'] = array( '#type' => 'item', - '#markup' => t('The menu module allows on-the-fly creation of menu links in the content authoring forms. The following option sets the default menu in which a new link will be added.'), + '#markup' => t('The menu module allows on-the-fly creation of menu links in the content authoring forms. To configure these settings for a particular content type, visit the Content types page, click the edit link for the content type, and go to the Menu settings section.', array('@content-types' => url('admin/structure/types'))), ); $menu_options = menu_get_menus(); -- cgit v1.2.3