Skip to content

Commit

Permalink
Mark a "Connect" string as translatable to have it translated
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed Aug 8, 2012
1 parent 8cc1349 commit 49f9039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ def disconnect(self,event):
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)

Expand Down

0 comments on commit 49f9039

Please sign in to comment.