소스 검색

wxGUI/modeler: change title

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42202 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 년 전
부모
커밋
ca228da5cd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      gui/wxpython/gui_modules/gmodeler.py

+ 2 - 1
gui/wxpython/gui_modules/gmodeler.py

@@ -243,7 +243,8 @@ class Model(object):
             data.Update()
     
 class ModelFrame(wx.Frame):
-    def __init__(self, parent, id = wx.ID_ANY, title = _("Graphical modeler (under development)"), **kwargs):
+    def __init__(self, parent, id = wx.ID_ANY,
+                 title = _("GRASS GIS Graphical Modeler"), **kwargs):
         """!Graphical modeler main window
         
         @param parent parent window