[GRASS-SVN] r56796 - grass/trunk/gui/wxpython/location_wizard
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 19 05:16:06 PDT 2013
Author: hamish
Date: 2013-06-19 05:16:06 -0700 (Wed, 19 Jun 2013)
New Revision: 56796
Modified:
grass/trunk/gui/wxpython/location_wizard/wizard.py
Log:
note that WYSInotWYG here (os.linesep needed?)
Modified: grass/trunk/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/trunk/gui/wxpython/location_wizard/wizard.py 2013-06-19 11:29:55 UTC (rev 56795)
+++ grass/trunk/gui/wxpython/location_wizard/wizard.py 2013-06-19 12:16:06 UTC (rev 56796)
@@ -1682,7 +1682,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