Commit 49f90395 authored by Guillaume Seguin's avatar Guillaume Seguin

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

parent 8cc13495
...@@ -1744,7 +1744,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -1744,7 +1744,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.status_thread.join() self.status_thread.join()
self.status_thread = None self.status_thread = None
self.connectbtn.SetLabel("Connect") self.connectbtn.SetLabel(_("Connect"))
self.connectbtn.SetToolTip(wx.ToolTip("Connect to the printer")) self.connectbtn.SetToolTip(wx.ToolTip("Connect to the printer"))
self.connectbtn.Bind(wx.EVT_BUTTON,self.connect) self.connectbtn.Bind(wx.EVT_BUTTON,self.connect)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment