[GRASS-SVN] r65570 - grass/trunk/gui/wxpython/mapwin

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 10 14:45:54 PDT 2015


Author: martinl
Date: 2015-07-10 14:45:54 -0700 (Fri, 10 Jul 2015)
New Revision: 65570

Modified:
   grass/trunk/gui/wxpython/mapwin/buffered.py
Log:
wxGUI: menu label cosmetics

Modified: grass/trunk/gui/wxpython/mapwin/buffered.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/buffered.py	2015-07-10 21:43:06 UTC (rev 65569)
+++ grass/trunk/gui/wxpython/mapwin/buffered.py	2015-07-10 21:45:54 UTC (rev 65570)
@@ -237,7 +237,7 @@
         if not hasattr(self, "popupShowAllToolbars"):
             self.popupShowAllToolbars = wx.NewId()
             self.Bind(wx.EVT_MENU, self.OnShowAllToolbars, id = self.popupShowAllToolbars)
-        menu.Append(self.popupShowAllToolbars, _("Hide all toolbars") if self._giface.AreAllToolbarsShown() else _("Show all toolbars"))
+        menu.Append(self.popupShowAllToolbars, _("Hide toolbars") if self._giface.AreAllToolbarsShown() else _("Show toolbars"))
         if not hasattr(self, "popupShowStatusbar"):
             self.popupShowStatusbar = wx.NewId()
             self.Bind(wx.EVT_MENU, self.OnShowStatusbar, id = self.popupShowStatusbar)



More information about the grass-commit mailing list