From c694d75108fb0a493bd9b1481145b5193b20556d Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 3 Aug 2015 10:15:21 -0600 Subject: [PATCH] Label update to firmware warning --- Cura/gui/configWizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.30.2