Mark a "Connect" string as translatable to have it translated

master
Guillaume Seguin 2012-08-08 08:40:22 +02:00
parent 8cc134955f
commit 49f90395c9
1 changed files with 1 additions and 1 deletions

View File

@ -1744,7 +1744,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.status_thread.join()
self.status_thread = None
self.connectbtn.SetLabel("Connect")
self.connectbtn.SetLabel(_("Connect"))
self.connectbtn.SetToolTip(wx.ToolTip("Connect to the printer"))
self.connectbtn.Bind(wx.EVT_BUTTON,self.connect)