Mark button name as translatable

master
Guillaume Seguin 2012-02-26 02:08:57 +01:00
parent a9d7b082f9
commit 9a20974d8f
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
def online(self):
print _("Printer is now online.")
self.connectbtn.SetLabel("Disconnect")
self.connectbtn.SetLabel(_("Disconnect"))
self.connectbtn.Bind(wx.EVT_BUTTON,self.disconnect)
for i in self.printerControls: