[GRASS-SVN] r50198 - grass/branches/develbranch_6/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 14 21:06:35 EST 2012


Author: hamish
Date: 2012-01-14 18:06:35 -0800 (Sat, 14 Jan 2012)
New Revision: 50198

Modified:
   grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
Log:
'non-earth' may be confused with e.g. Mars projections, so reword (#1513, merge from trunk)

Modified: grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2012-01-15 02:05:04 UTC (rev 50197)
+++ grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2012-01-15 02:06:35 UTC (rev 50198)
@@ -217,7 +217,7 @@
                                      label = _("Specify projection and datum terms using custom "
                                              "PROJ.4 parameters"))
         self.radio6 = wx.RadioButton(parent = self, id = wx.ID_ANY,
-                                     label = _("Create an arbitrary non-earth coordinate system (XY)"))
+                                     label = _("Create a generic Cartesian coordinate system (XY)"))
         
         # layout
         self.sizer.AddGrowableCol(1)



More information about the grass-commit mailing list