[GRASS-SVN] r56157 - grass/trunk/gui/wxpython/psmap
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 7 16:48:01 PDT 2013
Author: hamish
Date: 2013-05-07 16:48:01 -0700 (Tue, 07 May 2013)
New Revision: 56157
Modified:
grass/trunk/gui/wxpython/psmap/dialogs.py
Log:
spelling
Modified: grass/trunk/gui/wxpython/psmap/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/psmap/dialogs.py 2013-05-07 21:02:40 UTC (rev 56156)
+++ grass/trunk/gui/wxpython/psmap/dialogs.py 2013-05-07 23:48:01 UTC (rev 56157)
@@ -218,7 +218,7 @@
"""!Add widgets for setting position relative to paper and to map"""
panel.position = dict()
positionLabel = wx.StaticText(panel, id = wx.ID_ANY, label = _("Position is given:"))
- panel.position['toPaper'] = wx.RadioButton(panel, id = wx.ID_ANY, label = _("relatively to paper"), style = wx.RB_GROUP)
+ panel.position['toPaper'] = wx.RadioButton(panel, id = wx.ID_ANY, label = _("relative to paper"), style = wx.RB_GROUP)
panel.position['toMap'] = wx.RadioButton(panel, id = wx.ID_ANY, label = _("by map coordinates"))
panel.position['toPaper'].SetValue(dialogDict['XY'])
panel.position['toMap'].SetValue(not dialogDict['XY'])
More information about the grass-commit
mailing list