hamster-applet r501 - trunk/hamster
- From: tbaugis svn gnome org
- To: svn-commits-list gnome org
- Subject: hamster-applet r501 - trunk/hamster
- Date: Sun, 14 Sep 2008 22:51:36 +0000 (UTC)
Author: tbaugis
Date: Sun Sep 14 22:51:36 2008
New Revision: 501
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=501&view=rev
Log:
Claude Paroz in bug 552156 noticed some more missing strings.
Terribly sorry for that.
Modified:
trunk/hamster/reports.py
Modified: trunk/hamster/reports.py
==============================================================================
--- trunk/hamster/reports.py (original)
+++ trunk/hamster/reports.py Sun Sep 14 22:51:36 2008
@@ -73,12 +73,12 @@
report.write("""<table>
<tr>
- <th>Date</th>
- <th>Activity</th>
- <th>Category</th>
- <th>Start</th>
- <th>End</th>
- <th>Duration</th>
+ <th>""" + _("Date") + """</th>
+ <th>""" + _("Activity") + """</th>
+ <th>""" + _("Category") + """</th>
+ <th>""" + _("Start") + """</th>
+ <th>""" + _("End") + """</th>
+ <th>""" + _("Duration") + """</th>
</tr>""")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]