Hi,

Here is a short patch for admin.py. (Or, it will not translate.)

--- /home/mailman/src/mailman/Mailman/Cgi/admin.py      Tue Oct 23 11:49:27 2001
+++ admin.py    Tue Oct 23 20:13:24 2001
@@ -728,7 +728,7 @@
         else:
             varhelp = '/?VARHELP=%s/%s' % (category, varname)
         link = Link(mlist.GetScriptURL('admin') + varhelp,
-                    _('<br>(Details for <b>%s</b>)' % varname)).Format()
+                    _('<br>(Details for <b>%(varname)s</b>)')).Format()
         text = Label('%s %s' % (descr, link)).Format()
     else:
         text = Label(descr).Format()

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to