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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 19 05:17:15 PDT 2013


Author: hamish
Date: 2013-06-19 05:17:14 -0700 (Wed, 19 Jun 2013)
New Revision: 56797

Modified:
   grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
Log:
note that WYSInotWYG here (os.linesep needed?), merge from trunk

Modified: grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-06-19 12:16:06 UTC (rev 56796)
+++ grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-06-19 12:17:14 UTC (rev 56797)
@@ -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,
@@ -1710,7 +1710,7 @@
         
         label = ''
         if coordsys == 'epsg':
-            label = 'EPSG code %s (%s)' % (self.parent.epsgpage.epsgcode, 
+            label = 'EPSG code %s (%s)' % (self.parent.epsgpage.epsgcode,
                                            self.parent.epsgpage.epsgdesc)
 
         elif coordsys == 'file':



More information about the grass-commit mailing list