From 0693203d773470a61aed508c29331d5ec4c5f8ef Mon Sep 17 00:00:00 2001
From: bwarsaw
Date: Thu, 7 Dec 2000 22:55:33 +0000
Subject: First integration patch for Juan Carlos's translatable string changes
---
Mailman/htmlformat.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'Mailman/htmlformat.py')
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
version %s' % mm_cfg.VERSION)
- pylink = Link(PYTHON_URL, 'Python Powered')
- gnulink = Link(GNU_URL, "Gnu's Not Unix")
+ _('Delivered by Mailman
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
--
cgit v1.2.3-70-g09d2