Parcourir la source

fix small typo introduced in https://trac.osgeo.org/grass/changeset/66941

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66944 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 9 ans
Parent
commit
b17f37e67e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gui/wxpython/gmodeler/frame.py

+ 1 - 1
gui/wxpython/gmodeler/frame.py

@@ -1585,7 +1585,7 @@ class ItemPanel(wx.Panel):
                                     label=" %s " % _("List of items - right-click to delete"))
         
         self.list = ItemListCtrl(parent = self,
-                                 columns = [_("Label"), _("In loop"), _("Parametrized"),
+                                 columns = [_("Label"), _("In loop"), _("Parameterized"),
                                             _("Command")],
                                  columnsNotEditable = [1, 2, 3],
                                  frame = self.parent)