Active
Project:
Simplenews
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2012 at 14:34 UTC
Updated:
3 Oct 2012 at 14:34 UTC
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.