Bläddra i källkod

wxGUI: menu label cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65570 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 år sedan
förälder
incheckning
154742de48
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      gui/wxpython/mapwin/buffered.py

+ 1 - 1
gui/wxpython/mapwin/buffered.py

@@ -237,7 +237,7 @@ class BufferedMapWindow(MapWindowBase, wx.Window):
         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)