From: Ben Schmidt Date: Sat, 10 Sep 2011 00:20:00 +0000 (+1000) Subject: Add admin reason to finish-sub and finish-unsub. X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=079aafe459892da6415d1225ed02895cd9f738f7;hp=d89ee198423123b5b95b6bc554ff75546cdd4816;p=mlmmj-listtexts.git Add admin reason to finish-sub and finish-unsub. --- diff --git a/en/finish b/en/finish index ed37e00..307fde5 100644 --- a/en/finish +++ b/en/finish @@ -12,7 +12,11 @@ %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% diff --git a/en/finish-sub b/en/finish-sub index 031f289..f6fe8cf 100644 --- a/en/finish-sub +++ b/en/finish-sub @@ -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%