Commit 536c84ae authored by Guillaume Seguin's avatar Guillaume Seguin

Fix minor typo (translation argument inside _())

parent b444ebcd
......@@ -247,7 +247,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
else:
print _("You cannot set negative temperatures. To turn the hotend off entirely, set its temperature to 0.")
except Exception,x:
print _("You must enter a temperature. (%s)" % (repr(x),))
print _("You must enter a temperature. (%s)") % (repr(x),)
def do_bedtemp(self,l=""):
try:
......
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