Better wording
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Jun 2012 11:17:50 +0000 (13:17 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Jun 2012 11:17:50 +0000 (13:17 +0200)
caching_data.py

index 220aaa0..17ecf5b 100644 (file)
@@ -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]))