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 years ago
parent
commit
ca228da5cd
1 changed files with 2 additions and 1 deletions
  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