[GRASS-SVN] r68247 - grass/trunk/gui/wxpython/datacatalog

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 11 05:07:20 PDT 2016


Author: martinl
Date: 2016-04-11 05:07:20 -0700 (Mon, 11 Apr 2016)
New Revision: 68247

Modified:
   grass/trunk/gui/wxpython/datacatalog/frame.py
Log:
g.gui.datacatalog: remove 'experimental' from title

Modified: grass/trunk/gui/wxpython/datacatalog/frame.py
===================================================================
--- grass/trunk/gui/wxpython/datacatalog/frame.py	2016-04-11 03:53:46 UTC (rev 68246)
+++ grass/trunk/gui/wxpython/datacatalog/frame.py	2016-04-11 12:07:20 UTC (rev 68247)
@@ -30,7 +30,7 @@
     """Frame for testing purposes only."""
     def __init__(self, parent, giface=None):
         wx.Frame.__init__(self, parent=parent,
-                          title=_('GRASS GIS Data Catalog (experimetal)'))
+                          title=_('GRASS GIS Data Catalog'))
         self.SetName("DataCatalog")
         self.SetIcon(wx.Icon(os.path.join(ICONDIR, 'grass.ico'), wx.BITMAP_TYPE_ICO))
 



More information about the grass-commit mailing list