[hamster-applet] intltool complaining about apostrophe again



commit d94de616a87b3c0ab6dca87c9c8d0fe7937e765b
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri Jan 15 01:44:22 2010 +0000

    intltool complaining about apostrophe again

 hamster/reports.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hamster/reports.py b/hamster/reports.py
index f7cc0be..3a89e5d 100644
--- a/hamster/reports.py
+++ b/hamster/reports.py
@@ -27,7 +27,7 @@ from hamster.i18n import C_
 import copy
 
 def simple(facts, start_date, end_date, format, path):
-    facts = copy.deepcopy(facts) # don't want to do anything bad to the input
+    facts = copy.deepcopy(facts) # dont want to do anything bad to the input
     report_path = stuff.locale_from_utf8(path)
 
     if format == "tsv":



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]