Browse Source

g.gui.gmodeler: module description cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54379 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
784571172e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gui/wxpython/gmodeler/g.gui.gmodeler.py

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

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 ############################################################################
 ############################################################################
 #
 #
-# MODULE:    Graphical Modeler
+# MODULE:    g.gui.gmodeler
 # AUTHOR(S): Martin Landa <landa.martin gmail.com>
 # AUTHOR(S): Martin Landa <landa.martin gmail.com>
 # PURPOSE:   Graphical Modeler to create, edit, and manage models
 # PURPOSE:   Graphical Modeler to create, edit, and manage models
 # COPYRIGHT: (C) 2010-2012 by Martin Landa, and the GRASS Development Team
 # COPYRIGHT: (C) 2010-2012 by Martin Landa, and the GRASS Development Team
@@ -19,6 +19,7 @@
 ############################################################################
 ############################################################################
 
 
 #%module
 #%module
+#% label: Graphical Modeler.
 #% description: Allows to interactively create, edit and manage models.
 #% description: Allows to interactively create, edit and manage models.
 #% keywords: general
 #% keywords: general
 #% keywords: gui
 #% keywords: gui