Browse Source

wxGUI/modeler: change title

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42202 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 năm trước cách đây
mục cha
commit
ca228da5cd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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