[GRASS-SVN] r32028 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 6 10:33:01 EDT 2008


Author: martinl
Date: 2008-07-06 10:33:01 -0400 (Sun, 06 Jul 2008)
New Revision: 32028

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: cosmetics in message (loading workspace) [merged from trunk, r32027]

Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-07-06 14:32:08 UTC (rev 32027)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-07-06 14:33:01 UTC (rev 32028)
@@ -611,7 +611,7 @@
                                          "\n\n%s" % err,
                                      parent=self)
 
-            busy = wx.BusyInfo(message=_("Please wait, loading map layers into layer tree..."),
+            busy = wx.BusyInfo(message=_("Please wait, loading workspace..."),
                                parent=self)
             wx.Yield()
 
@@ -710,7 +710,7 @@
                 self.NewDisplay()
 
             maptree = self.curr_page.maptree
-            busy = wx.BusyInfo(message=_("Please wait, loading map layers into layer tree..."),
+            busy = wx.BusyInfo(message=_("Please wait, loading workspace..."),
                                parent=self)
             wx.Yield()
 
@@ -746,7 +746,7 @@
         if not self.curr_page:
             self.NewDisplay()
 
-        busy = wx.BusyInfo(message=_("Please wait, loading map layers into layer tree..."),
+        busy = wx.BusyInfo(message=_("Please wait, loading workspace..."),
                            parent=self)
         wx.Yield()
 



More information about the grass-commit mailing list