ソースを参照

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45156 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 14 年 前
コミット
1b31fce58a
1 ファイル変更1 行追加1 行削除
  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':