[GRASS-SVN] r40981 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 13 11:38:42 EST 2010


Author: martinl
Date: 2010-02-13 11:38:40 -0500 (Sat, 13 Feb 2010)
New Revision: 40981

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
Log:
fix syntax typos


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2010-02-13 14:38:29 UTC (rev 40980)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2010-02-13 16:38:40 UTC (rev 40981)
@@ -2370,9 +2370,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