diff options
| author | bwarsaw | 2000-12-07 22:55:33 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-12-07 22:55:33 +0000 |
| commit | 0693203d773470a61aed508c29331d5ec4c5f8ef (patch) | |
| tree | 418ad6d944217b4d2abe2982799569c767e88f3f /Mailman/htmlformat.py | |
| parent | 06c8363f3f3a3a8040a0ee8811d09b4a45f5aac4 (diff) | |
| download | mailman-0693203d773470a61aed508c29331d5ec4c5f8ef.tar.gz mailman-0693203d773470a61aed508c29331d5ec4c5f8ef.tar.zst mailman-0693203d773470a61aed508c29331d5ec4c5f8ef.zip | |
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index 987df1a7a..e345c43ec 100644 --- a/Mailman/htmlformat.py +++ b/Mailman/htmlformat.py @@ -539,8 +539,8 @@ def MailmanLogo(): else: # use only textual links mmlink = Link(MAILMAN_URL, - 'Delivered by Mailman<br>version %s' % mm_cfg.VERSION) - pylink = Link(PYTHON_URL, 'Python Powered') - gnulink = Link(GNU_URL, "Gnu's Not Unix") + _('Delivered by Mailman<br>version %s') % mm_cfg.VERSION) + pylink = Link(PYTHON_URL, _('Python Powered')) + gnulink = Link(GNU_URL, _("Gnu's Not Unix")) t.AddRow([mmlink, pylink, gnulink]) return t |
