Parcourir la source

wxGUI/modeler: change title

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42202 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 15 ans
Parent
commit
ca228da5cd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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