소스 검색

revert https://trac.osgeo.org/grass/changeset/45154

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45157 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 년 전
부모
커밋
7b229acb56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/gui_modules/goutput.py

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

@@ -241,7 +241,7 @@ class GMConsole(wx.SplitterWindow):
         self.btn_console_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
                                            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))
+                                       label = _("C&lear command"), size=(125,-1))
         if self.parent.GetName() != 'LayerManager':
             self.btn_cmd_clear.Hide()
         self.btn_console_save  = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,