summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-12-07 07:25:31 +0000
committerbwarsaw2002-12-07 07:25:31 +0000
commit6cc067124d7835f21cd0fd25112f45141b040e8e (patch)
treeb80e9d38e9b3495c656b0e186e7f7917af6e959e
parentf9d97fdfeae0501910679504826b303d8c588535 (diff)
downloadmailman-6cc067124d7835f21cd0fd25112f45141b040e8e.tar.gz
mailman-6cc067124d7835f21cd0fd25112f45141b040e8e.tar.zst
mailman-6cc067124d7835f21cd0fd25112f45141b040e8e.zip
-rw-r--r--Mailman/HTMLFormatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 7dbd59b9e..397eb475e 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -146,7 +146,7 @@ class HTMLFormatter:
reason = _('; it was disabled for unknown reasons')
if reason:
note = FontSize('+1', _(
- 'Note: your list delivery is currently disabled %(reason)s.'
+ 'Note: your list delivery is currently disabled%(reason)s.'
)).Format()
link = Link('#disable', _('Mail delivery')).Format()
mailto = Link('mailto:' + self.GetOwnerEmail(),