From 079aafe459892da6415d1225ed02895cd9f738f7 Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Sat, 10 Sep 2011 10:20:00 +1000 Subject: [PATCH] Add admin reason to finish-sub and finish-unsub. --- en/finish | 6 +++++- en/finish-sub | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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% -- 2.44.0