Browse Source

wxGUI: cosmetics in message (loading workspace)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32027 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
c92c8b0a05
1 changed files with 3 additions and 3 deletions
  1. 3 3
      gui/wxpython/wxgui.py

+ 3 - 3
gui/wxpython/wxgui.py

@@ -611,7 +611,7 @@ class GMFrame(wx.Frame):
                                          "\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 @@ class GMFrame(wx.Frame):
                 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 @@ class GMFrame(wx.Frame):
         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()