瀏覽代碼

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 年之前
父節點
當前提交
7274e70f53
共有 1 個文件被更改,包括 3 次插入3 次删除
  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.tnsres3.SetValue(str(self.nsres3))
         #         self.tewres3.SetValue(str(self.ewres3))
         #         self.tewres3.SetValue(str(self.ewres3))
         self.ttbres.SetValue(str(self.tbres))
         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
         # bindings