chiark / gitweb /
Update firmware flashing description text
authornickthetait <tait@alephobjects.com>
Tue, 3 Nov 2015 17:14:46 +0000 (10:14 -0700)
committernickthetait <tait@alephobjects.com>
Tue, 3 Nov 2015 17:14:46 +0000 (10:14 -0700)
Cura/gui/firmwareInstall.py

index b91bfd4c861d680e16fde05e2ebcef12652d323a..618946690ce88510f6f00f15941624d96d64a426 100644 (file)
@@ -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: