Commit 7d48241f authored by Guillaume Seguin's avatar Guillaume Seguin

Mark string to translate

parent c83600cb
......@@ -216,7 +216,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
def startcb(self):
self.starttime = time.time()
print "Print Started at: " + format_time(self.starttime)
print _("Print Started at: %s") % format_time(self.starttime)
def endcb(self):
if self.p.queueindex == 0:
......
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