summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-07 22:12:05 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-07 22:12:05 +0000
commit4c094fc8dc701b8a6cee875bde67e4f88795467d (patch)
treebae385a10329018d55f2bf96575195f9add372e0 /modules/menu
parent145e58849fe431bc07646c58cacb8040683162ee (diff)
downloadbrdo-4c094fc8dc701b8a6cee875bde67e4f88795467d.tar.gz
brdo-4c094fc8dc701b8a6cee875bde67e4f88795467d.tar.bz2
- Patch #903630 by pwolanin: menu module settings page text refers to settings that are no longer present.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.admin.inc2
1 files changed, 1 insertions, 1 deletions
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 <a href="@content-types">Content types</a> page, click the <em>edit</em> link for the content type, and go to the <em>Menu settings</em> section.', array('@content-types' => url('admin/structure/types'))),
);
$menu_options = menu_get_menus();