Explorar o código

note that WYSInotWYG here (os.linesep needed?)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56796 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=12) %!d(string=hai) anos
pai
achega
992d8f6646
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

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