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-Tag: RELEASE_1_4_0rc1~28^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079aafe459892da6415d1225ed02895cd9f738f7;p=thirdparty%2Fmlmmj.git Add admin reason to finish-sub and finish-unsub. --- diff --git a/en/finish b/en/finish index ed37e009..307fde51 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 031f2898..f6fe8cf7 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%