From 0376729afc0e5fb0942c1efcec053395ac97a0d4 Mon Sep 17 00:00:00 2001 From: Guillaume Seguin Date: Thu, 16 May 2013 22:50:28 +0200 Subject: [PATCH] Woops, typo --- pronterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pronterface.py b/pronterface.py index 86590a4..a30a590 100755 --- a/pronterface.py +++ b/pronterface.py @@ -205,7 +205,7 @@ class PronterWindow(MainWindow, pronsole.pronsole): def endcb(self): if self.p.queueindex == 0: print_duration = int(time.time () - self.starttime + self.extra_print_time) - print _("Print ended at: %(end_time)s and took %(duration)s") % {"end_time": format_time(time.time())) + print _("Print ended at: %(end_time)s and took %(duration)s") % {"end_time": format_time(time.time()), "duration": format_duration(print_duration)} wx.CallAfter(self.pausebtn.Disable) wx.CallAfter(self.printbtn.SetLabel, _("Print"))