diff options
| author | bwarsaw | 2002-12-07 07:25:31 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-07 07:25:31 +0000 |
| commit | 6cc067124d7835f21cd0fd25112f45141b040e8e (patch) | |
| tree | b80e9d38e9b3495c656b0e186e7f7917af6e959e /Mailman/HTMLFormatter.py | |
| parent | f9d97fdfeae0501910679504826b303d8c588535 (diff) | |
| download | mailman-6cc067124d7835f21cd0fd25112f45141b040e8e.tar.gz mailman-6cc067124d7835f21cd0fd25112f45141b040e8e.tar.zst mailman-6cc067124d7835f21cd0fd25112f45141b040e8e.zip | |
Diffstat (limited to 'Mailman/HTMLFormatter.py')
| -rw-r--r-- | Mailman/HTMLFormatter.py | 2 |
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(), |
