From 7e0ee84e0176debf4d5dbd035234711d56387a0d Mon Sep 17 00:00:00 2001
From: Ben Schmidt <none@none>
Date: Mon, 5 Sep 2011 09:07:15 +1000
Subject: [PATCH] Fix some wrongly coded substitutions.

---
 en/finish | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/finish b/en/finish
index 2c9e614..74963d0 100644
--- a/en/finish
+++ b/en/finish
@@ -18,13 +18,13 @@
 %ifaction release%
 %wrap%
   You have successfully released the message from $posteraddr$ with subject
-  "$subject" to the list.
+  "$subject$" to the list.
 %endif%
 
 %ifaction reject%
 %wrap%
   You have successfully rejected the message from $posteraddr$ with subject
-  "$subject".
+  "$subject$".
 %endif%
 
 %ifaction permit%
-- 
2.51.0