hamster-applet r501 - trunk/hamster



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]