diff options
author | bwarsaw <> | 2003-04-20 04:02:13 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-20 04:02:13 +0000 |
commit | 04192d3afe33bcfd72f64bacaab4e70c627268f3 (patch) | |
tree | ed48393d475c6ad099ab27d8f016fd15e788686d /cron/checkdbs | |
parent | 866b613202dd6b94091c7fec7a58d1878ec0f682 (diff) | |
download | mailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.tar.gz mailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.tar.xz mailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.zip |
Backporting from the trunk.
Diffstat (limited to '')
-rwxr-xr-x | cron/checkdbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron/checkdbs b/cron/checkdbs index ae194970..39b12095 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -140,6 +140,7 @@ def pending_requests(mlist): info = mlist.GetRecord(id) when, sender, subject, reason, text, msgdata = mlist.GetRecord(id) date = time.ctime(when) + reason = _(reason) pending.append(_("""\ From: %(sender)s on %(date)s Subject: %(subject)s |