Explorar o código

'non-earth' may be confused with e.g. Mars projections, so reword (https://trac.osgeo.org/grass/ticket/1513)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50197 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=13) %!d(string=hai) anos
pai
achega
1f90a36e13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/location_wizard/wizard.py

+ 1 - 1
gui/wxpython/location_wizard/wizard.py

@@ -217,7 +217,7 @@ class CoordinateSystemPage(TitledPage):
                                      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)