changeset 9:31280af2f37a

Add admin reason to confirm.
author Ben Schmidt
date Sat, 10 Sep 2011 10:56:32 +1000
parents 11959c0150d3
children c91dd4ed5811
files en/confirm
diffstat 1 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/en/confirm	Sat Sep 10 10:20:00 2011 +1000
+++ b/en/confirm	Sat Sep 10 10:56:32 2011 +1000
@@ -5,8 +5,13 @@
 
 %ifaction sub%
 %wrap%
-  Somebody (and we hope it was you) has requested that your email address
-  $subaddr$ be added
+  %ifreason admin%
+    An administrator
+  %endif%
+  %ifreason request%
+    Somebody (and we hope it was you)
+  %endif%
+  has requested that your email address $subaddr$ be added
   %iftype normal%
     to the list. This means every time a post is sent to the list, you will
     receive a copy of it.
@@ -27,8 +32,13 @@
 
 %ifaction unsub%
 %wrap%
-  Somebody (and we hope it was you) has requested that the email address
-  $subaddr$ be removed from
+  %ifreason admin%
+    An administrator
+  %endif%
+  %ifreason request%
+    Somebody (and we hope it was you)
+  %endif%
+  has requested that the email address $subaddr$ be removed from
   %iftype normal%%endif%
   %iftype digest% the digest version of %endif%
   %iftype nomail% the no-mail version of %endif%