From: Thomas Jarosch Date: Wed, 27 Jun 2012 11:17:50 +0000 (+0200) Subject: Better wording X-Git-Url: http://developer.intra2net.com/git/?p=imap-fix-internaldate;a=commitdiff_plain;h=474b47d423261232e8fab55f852f4e5f7a548dab Better wording --- diff --git a/caching_data.py b/caching_data.py index 220aaa0..17ecf5b 100644 --- a/caching_data.py +++ b/caching_data.py @@ -102,7 +102,7 @@ class CachingData: owner_total_missing[user] += self.data[user][box_key].no_received_field statsfile.write("Total date conflicts to be corrected in a mailbox {0} are {1}.\n"\ .format(self.data[user][box_key].name, self.data[user][box_key].date_conflicts)) - statsfile.write("Total missing received headers in a mailbox {0} are {1}.\n"\ + statsfile.write("Total messages without received headers in a mailbox {0} are {1}.\n"\ .format(self.data[user][box_key].name, self.data[user][box_key].no_received_field)) statsfile.write("Total date conflicts to be corrected for user {0} are {1}.\n\n"\ .format(user, owner_total_missing[user]))