From 474b47d423261232e8fab55f852f4e5f7a548dab Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 27 Jun 2012 13:17:50 +0200 Subject: [PATCH] Better wording --- caching_data.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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])) -- 1.7.1