summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admindb.py
diff options
context:
space:
mode:
authorbwarsaw2001-03-02 05:06:42 +0000
committerbwarsaw2001-03-02 05:06:42 +0000
commitfc33897cb164faa18408fad68a3ffeb66535b870 (patch)
tree7a98845fd5dde25a4e899324d02acdcc46bcd80c /Mailman/Cgi/admindb.py
parentcbd1b5d3e5833051b9c8d166f89bfdda76bf8bd3 (diff)
downloadmailman-fc33897cb164faa18408fad68a3ffeb66535b870.tar.gz
mailman-fc33897cb164faa18408fad68a3ffeb66535b870.tar.zst
mailman-fc33897cb164faa18408fad68a3ffeb66535b870.zip
Diffstat (limited to 'Mailman/Cgi/admindb.py')
-rw-r--r--Mailman/Cgi/admindb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py
index 61b1dcc39..65b33e975 100644
--- a/Mailman/Cgi/admindb.py
+++ b/Mailman/Cgi/admindb.py
@@ -193,7 +193,7 @@ def show_post_requests(mlist, id, info, total, count, form):
# Header shown on each held posting (including count of total)
msg = _('Posting Held for Approval')
if total <> 1:
- msg += _(' (%d of %d)') % (count, total)
+ msg += _(' (%(count)d of %(total)d)')
form.AddItem(Center(Header(2, msg)))
# We need to get the headers and part of the textual body of the message
# being held. The best way to do this is to use the mimelib Parser to get