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.

CommentFileSizeAuthor
#1 mailchimp-617924.patch837 bytesstevenpatz

Comments

stevenpatz’s picture

Version: 5.x-2.0 » 6.x-2.x-dev
Assigned: Unassigned » stevenpatz
Status: Active » Needs review
StatusFileSize
new837 bytes

Here's a patch for the development branch.

levelos’s picture

Version: 6.x-2.x-dev » 5.x-2.x-dev
Status: Needs review » Fixed

Type 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.