[GRASS-SVN] r56159 - grass/branches/releasebranch_6_4/gui/wxpython/psmap

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 7 16:50:59 PDT 2013


Author: hamish
Date: 2013-05-07 16:50:59 -0700 (Tue, 07 May 2013)
New Revision: 56159

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/psmap/dialogs.py
Log:
spelling (merge from trunk)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/psmap/dialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/psmap/dialogs.py	2013-05-07 23:50:28 UTC (rev 56158)
+++ grass/branches/releasebranch_6_4/gui/wxpython/psmap/dialogs.py	2013-05-07 23:50:59 UTC (rev 56159)
@@ -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