[GRASS-SVN] r56158 - grass/branches/develbranch_6/gui/wxpython/psmap
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 7 16:50:28 PDT 2013
Author: hamish
Date: 2013-05-07 16:50:28 -0700 (Tue, 07 May 2013)
New Revision: 56158
Modified:
grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py
Log:
spelling (merge from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py 2013-05-07 23:48:01 UTC (rev 56157)
+++ grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py 2013-05-07 23:50:28 UTC (rev 56158)
@@ -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