From ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 21:31:52 +0000 Subject: #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. --- modules/contact/contact.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/contact') diff --git a/modules/contact/contact.module b/modules/contact/contact.module index 6126ef72c..b1d21099f 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -27,7 +27,7 @@ function contact_help($path, $arg) { return $output; case 'admin/structure/contact': $output = '

' . t('Add one or more categories to set up your site-wide contact form. You can customize the information above the contact form on the settings page.', array('@settings' => url('admin/structure/contact/settings'), '@form' => url('contact'))) . '

'; if (!module_exists('menu')) { - $menu_note = t('The menu item can be configured only if the menu module is enabled.', array('@modules-page' => url('admin/config/modules'))); + $menu_note = t('The menu item can be configured only if the menu module is enabled.', array('@modules-page' => url('admin/modules'))); } else { $menu_note = ''; -- cgit v1.2.3