summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 21:31:52 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 21:31:52 +0000
commitec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 (patch)
treef63b3b33a93418e2e267010f4c0e6bc11a1e0b65 /modules/contact
parent2a8fc4edb08cd26b8314fcaa3f34489ebdad9e61 (diff)
downloadbrdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.gz
brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.bz2
#580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.module2
1 files changed, 1 insertions, 1 deletions
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 = '<p>' . t('Add one or more categories to set up your site-wide <a href="@form">contact form</a>. You can <a href="@settings">customize the information above the contact form</a> on the settings page.', array('@settings' => url('admin/structure/contact/settings'), '@form' => url('contact'))) . '</p>'; if (!module_exists('menu')) {
- $menu_note = t('The menu item can be configured only if the menu module is <a href="@modules-page">enabled</a>.', array('@modules-page' => url('admin/config/modules')));
+ $menu_note = t('The menu item can be configured only if the menu module is <a href="@modules-page">enabled</a>.', array('@modules-page' => url('admin/modules')));
}
else {
$menu_note = '';