summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-10 06:32:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-10 06:32:54 +0000
commit82b51dff1d2fd90b439129c70b415d30a06d1bce (patch)
treeedfb79ed032aef5da4daeacac0800dc79f0ac73f /modules/contact
parentd481f1cd364de615d274c2ccde68e37126f1959e (diff)
downloadbrdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.gz
brdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.bz2
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.
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 57a63dff8..80388d049 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -22,7 +22,7 @@ function contact_help($path, $arg) {
case 'admin/structure/contact':
$output = '<p>' . t('This page lets you set up <a href="@form">your site-wide contact form</a>. To do so, add one or more categories. You can associate different recipients with each category to route e-mails to different people. For example, you can route website feedback to the webmaster and direct product information requests to the sales department. On the <a href="@settings">settings page</a>, you can customize the information shown above the contact form. This can be useful to provide additional contact information such as your postal address and telephone number.', array('@settings' => url('admin/structure/contact/settings'), '@form' => url('contact'))) . '</p>';
if (!module_exists('menu')) {
- $menu_note = t('The menu item can be customized and configured only once the menu module has been <a href="@modules-page">enabled</a>.', array('@modules-page' => url('admin/settings/modules')));
+ $menu_note = t('The menu item can be customized and configured only once the menu module has been <a href="@modules-page">enabled</a>.', array('@modules-page' => url('admin/config/modules')));
}
else {
$menu_note = '';