From: nickthetait Date: Tue, 3 Nov 2015 17:14:46 +0000 (-0700) Subject: Update firmware flashing description text X-Git-Tag: lulzbot-17.12~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bdca3c5c37fe6f497e3cb244d8aabc790f204089;p=cura.git Update firmware flashing description text --- diff --git a/Cura/gui/firmwareInstall.py b/Cura/gui/firmwareInstall.py index b91bfd4c..61894669 100644 --- a/Cura/gui/firmwareInstall.py +++ b/Cura/gui/firmwareInstall.py @@ -313,7 +313,7 @@ class AutoUpdateFirmware(wx.Dialog): programmer = stk500v2.Stk500v2() programmer.progressCallback = self.OnProgress if self.port == 'AUTO': - wx.CallAfter(self.updateLabel, _("Please connect the printer to\nyour computer with the USB cable.")) + wx.CallAfter(self.updateLabel, _("Please connect the printer to your\ncomputer with a USB cable and power it on.")) while not programmer.isConnected(): for self.port in machineCom.serialList(True): try: