Ver código fonte

fix syntax typos
(merge https://trac.osgeo.org/grass/changeset/40981 from relbr64)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40992 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 15 anos atrás
pai
commit
7274e70f53
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      gui/wxpython/gui_modules/location_wizard.py

+ 3 - 3
gui/wxpython/gui_modules/location_wizard.py

@@ -2356,9 +2356,9 @@ class RegionDef(BaseClass, wx.Frame):
         #         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