diff options
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index f96e7b49f..329225f70 100644 --- a/Mailman/htmlformat.py +++ b/Mailman/htmlformat.py @@ -336,7 +336,7 @@ class Document(Container): def addError(self, errmsg, tag=None, *args): if tag is None: - tag = _('Warning: ') + tag = _('Error: ') self.AddItem(Header(3, Bold(FontAttr( _(tag), color=mm_cfg.WEB_ERROR_COLOR, size='+2')).Format() + Italic(errmsg % args).Format())) |
