[GRASS-SVN] r32027 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 6 10:32:08 EDT 2008


Author: martinl
Date: 2008-07-06 10:32:08 -0400 (Sun, 06 Jul 2008)
New Revision: 32027

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: cosmetics in message (loading workspace)

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-07-06 12:42:39 UTC (rev 32026)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-07-06 14:32:08 UTC (rev 32027)
@@ -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