Преглед на файлове

'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 преди 13 години
родител
ревизия
1f90a36e13
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)