浏览代码

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()
             data.Update()
     
     
 class ModelFrame(wx.Frame):
 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
         """!Graphical modeler main window
         
         
         @param parent parent window
         @param parent parent window