changeset 8:11959c0150d3

Add admin reason to finish-sub and finish-unsub.
author Ben Schmidt
date Sat, 10 Sep 2011 10:20:00 +1000
parents 512f2eb022aa
children 31280af2f37a
files en/finish en/finish-sub
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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%
--- 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%