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