]> Sergey Matveev's repositories - mlmmj-listtexts.git/commitdiff
Add admin reason to finish-sub and finish-unsub.
authorBen Schmidt <none@none>
Sat, 10 Sep 2011 00:20:00 +0000 (10:20 +1000)
committerBen Schmidt <none@none>
Sat, 10 Sep 2011 00:20:00 +0000 (10:20 +1000)
en/finish
en/finish-sub

index ed37e009b8d365dcf96d9afa6c7e2a7ead2b749e..307fde51dbcc0b71c60375f3f37b4b8b1bd2772c 100644 (file)
--- a/en/finish
+++ b/en/finish
   %ifreason confirm%
     Thank you for confirming your unsubscribe.
   %endif%
-  You have now been removed from the list.
+  %ifreason admin%
+    An administrator has removed you from the list.
+  %else%
+    You have now been removed from the list.
+  %endif%
 %endif%
 
 %ifaction release%
index 031f289804dcb51654d166b80bc031b8894953e0..f6fe8cf74c7de5e2c589e69fa0bedd64f531f518 100644 (file)
@@ -15,7 +15,11 @@ Subject: Welcome to $list$@$domain$
 %ifreason switch%
   Your subscription has been switched to the
 %else%
-  You have now been added to the
+  %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%