소스 검색

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 9 년 전
부모
커밋
b17f37e67e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)