[GRASS-SVN] r56819 - grass/branches/releasebranch_6_4/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 20 03:08:11 PDT 2013


Author: hamish
Date: 2013-06-20 03:08:10 -0700 (Thu, 20 Jun 2013)
New Revision: 56819

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/location_wizard/wizard.py
Log:
note that WYSInotWYG here, merge from devbr6

Modified: grass/branches/releasebranch_6_4/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/location_wizard/wizard.py	2013-06-20 10:02:34 UTC (rev 56818)
+++ grass/branches/releasebranch_6_4/gui/wxpython/location_wizard/wizard.py	2013-06-20 10:08:10 UTC (rev 56819)
@@ -1637,7 +1637,7 @@
         self.sizer.Add(item = self.panelProj,
                        flag = wx.ALIGN_LEFT | wx.ALL | wx.EXPAND,
                        border = 0, pos = (4, 1))
-        self.sizer.Add(item = self.MakeLabel(_("PROJ.4 definition:")),
+        self.sizer.Add(item = self.MakeLabel(_("PROJ.4 definition:\n (non-definitive)")),
                        flag = wx.ALIGN_LEFT | wx.ALL,
                        border = 5, pos = (5, 0))
         self.sizer.Add(item = self.panelProj4string,



More information about the grass-commit mailing list