Hi!
We found some minor bug - when user unsubscribing from newsletter subscribe page - he getting wrong message: "You were added to the chosen mailing list."
It must be something like: "You were removed from the chosen mailing list."
Please fix it. The same issue is in dev version also.
File to fix:
includes/simplenews.subscription.inc
Line 368:
drupal_set_message(t('You were added to the chosen mailing list.'));
must be changed to:
drupal_set_message(t('You were removed from the chosen mailing list.'));
Please include it in next dev version.
Thanks.