g.gui.datacatalog: remove 'experimental' from title

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68247 15284696-431f-4ddb-bdfa-cd5b030d7da7
remotes/1472528401135870657/master
martinl 2016-04-11 12:07:20 +00:00
parent c61dd3def6
commit 531b1ca94b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class DataCatalogFrame(wx.Frame):
"""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))