# HG changeset patch # User Ben Schmidt # Date 1315614000 -36000 # Node ID 11959c0150d3c65679a52aeccbe38f986ea40ca8 # Parent 512f2eb022aa7c00c5733ea99f4ec96cd36f4a3b Add admin reason to finish-sub and finish-unsub. diff -r 512f2eb022aa -r 11959c0150d3 en/finish --- a/en/finish Mon Sep 05 17:38:30 2011 +1000 +++ b/en/finish Sat Sep 10 10:20:00 2011 +1000 @@ -12,8 +12,12 @@ %ifreason confirm% Thank you for confirming your unsubscribe. %endif% + %ifreason admin% + An administrator has removed you from the list. + %else% You have now been removed from the list. %endif% +%endif% %ifaction release% %wrap% diff -r 512f2eb022aa -r 11959c0150d3 en/finish-sub --- a/en/finish-sub Mon Sep 05 17:38:30 2011 +1000 +++ b/en/finish-sub Sat Sep 10 10:20:00 2011 +1000 @@ -15,8 +15,12 @@ %ifreason switch% Your subscription has been switched to the %else% + %ifreason admin% + An administrator has subscribed you to the + %else% You have now been added to the %endif% +%endif% %iftype normal% normal %endif% %iftype digest% digest %endif% %iftype nomail% no-mail %endif%