From: nickthetait Date: Mon, 3 Aug 2015 16:15:21 +0000 (-0600) Subject: Label update to firmware warning X-Git-Tag: lulzbot-15.02.1-2.01~46 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c694d75108fb0a493bd9b1481145b5193b20556d;p=cura.git Label update to firmware warning --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 999ed584..00cca477 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1192,8 +1192,8 @@ class LulzbotToolheadSelectPage(InfoPage): def __init__(self, parent, title): super(LulzbotToolheadSelectPage, self).__init__(parent, title) self.AddBitmap(wx.Bitmap(resources.getPathForImage('Lulzbot_logo.png'))) - self.AddText(_('Please select your currently installed Tool Head')) - txt = self.AddText(_('WARNING: Carefully select the right Tool Head.\nFlashing the firmware with the wrong Tool Head can damage your LulzBot printer.')) + txt = self.AddText(_('Picking the correct Tool Head is important.')) + txt = self.AddText(_('WARNING: Printing with the incorrect firmware can damage your LulzBot printer!')) txt.SetForegroundColour(wx.RED) self.AddSeperator()