[GRASS-SVN] r58754 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 21 08:18:22 PST 2014
Author: neteler
Date: 2014-01-21 08:18:21 -0800 (Tue, 21 Jan 2014)
New Revision: 58754
Modified:
grass/trunk/gui/wxpython/gui_core/dialogs.py
Log:
wx i.group: fix msg typo
Modified: grass/trunk/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/dialogs.py 2014-01-21 09:50:25 UTC (rev 58753)
+++ grass/trunk/gui/wxpython/gui_core/dialogs.py 2014-01-21 16:18:21 UTC (rev 58754)
@@ -618,7 +618,7 @@
subg_sizer = wx.BoxSizer(wx.VERTICAL)
subg_sizer.Add(item = wx.StaticText(parent=self.subg_panel, id = wx.ID_ANY,
- label = _("Select exising subgroup or "
+ label = _("Select existing subgroup or "
"enter name of new subgroup:")),
flag = wx.ALIGN_CENTER_VERTICAL)
More information about the grass-commit
mailing list