[hamster-applet] intltool complaining about apostrophe again
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] intltool complaining about apostrophe again
- Date: Fri, 15 Jan 2010 19:20:31 +0000 (UTC)
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]