[GRASS-SVN] r40991 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 14 07:20:58 EST 2010


Author: martinl
Date: 2010-02-14 07:20:58 -0500 (Sun, 14 Feb 2010)
New Revision: 40991

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
fix syntax typos
(merge r40981 from relbr64)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2010-02-14 07:05:40 UTC (rev 40990)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2010-02-14 12:20:58 UTC (rev 40991)
@@ -2356,9 +2356,9 @@
         #         self.tnsres3.SetValue(str(self.nsres3))
         #         self.tewres3.SetValue(str(self.ewres3))
         self.ttbres.SetValue(str(self.tbres))
-        self.lrows.SetLabel(_("Rows: %d" % self.rows))
-        self.lcols.SetLabel(_("Cols: %d" % self.cols))
-        self.lcells.SetLabel(_("Cells: %d" % self.cells))
+        self.lrows.SetLabel(_("Rows: %d") % self.rows)
+        self.lcols.SetLabel(_("Cols: %d") % self.cols)
+        self.lcells.SetLabel(_("Cells: %d") % self.cells)
         
         #
         # bindings



More information about the grass-commit mailing list