Closed (fixed)
Project:
Mailchimp
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Oct 2009 at 12:10 UTC
Updated:
12 Nov 2009 at 18:30 UTC
Jump to comment: Most recent file
Just spotted an amusing spelling mistake...
Line 213 mailchimp.module:
$items[] = array(
'path' => 'mailchimp/subscribe/message',
'callback' => 'mailchimp_subscribe_message',
'title' => t( 'MailChump Subscription Message' ),
'type' => MENU_CALLBACK,
'access' => true,
);
Note the spelling mistake for the title 'MailChump Subscription Message'.
Also, perhaps the title should be added to the admin interface as well as the message.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mailchimp-617924.patch | 837 bytes | stevenpatz |
Comments
Comment #1
stevenpatzHere's a patch for the development branch.
Comment #2
levelos commentedType committed to 5.x-2.x branch. Note this is NOT in the 6.x-2.x branch as indicated. I'm not really maintaining 5.x anymore, but happy to fix the typo.