[GRASS-SVN] r40992 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 14 07:47:59 EST 2010
Author: martinl
Date: 2010-02-14 07:47:58 -0500 (Sun, 14 Feb 2010)
New Revision: 40992
Modified:
grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
fix syntax typos
(merge r40981 from relbr64)
Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2010-02-14 12:20:58 UTC (rev 40991)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2010-02-14 12:47:58 UTC (rev 40992)
@@ -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