Explorar o código

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45156 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky %!s(int64=14) %!d(string=hai) anos
pai
achega
1b31fce58a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/goutput.py

+ 1 - 1
gui/wxpython/gui_modules/goutput.py

@@ -239,7 +239,7 @@ class GMConsole(wx.SplitterWindow):
         # buttons
         #
         self.btn_console_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
-                                           label = _("C&lear output"), size=(125,-1))
+                                           label = _("&Clear output"), size=(125,-1))
         self.btn_cmd_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
                                        label = _("&Clear command"), size=(125,-1))
         if self.parent.GetName() != 'LayerManager':