diff --git a/modules/contact_forms/contact_forms.install b/modules/contact_forms/contact_forms.install
index 14eba47..54a8c1a 100644
--- a/modules/contact_forms/contact_forms.install
+++ b/modules/contact_forms/contact_forms.install
@@ -14,7 +14,7 @@ function contact_forms_install() {
 }
   watchdog ('Contact Forms', 'contact_forms module installed');
   drupal_set_message(t("Contact Forms module has been enabled. You can edit its settings at !link",
-    array( '!link' => l('Administer > Site building > Contact form ',  'admin/structure/contact/settings' ) )
+    array( '!link' => l('Administer > Structure > Contact form ',  'admin/structure/contact/settings' ) )
   ));
 }

Comments

behindthepage’s picture

This patch has been applied and will come out in V7.x-1.5. I keep forgetting about it.

Regards
Geoff

behindthepage’s picture

Status: Active » Closed (fixed)