Closed (fixed)
Project:
Contact Forms
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2012 at 08:22 UTC
Updated:
19 Jan 2013 at 11:00 UTC
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
Comment #1
behindthepage commentedThis patch has been applied and will come out in V7.x-1.5. I keep forgetting about it.
Regards
Geoff
Comment #2
behindthepage commented