From 8d10bdf3c9b5931e4a290f9e78ae4e3147fb5c9d Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 3 Aug 2015 10:17:25 -0600 Subject: [PATCH] Cleanup --- Cura/gui/configWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 00cca477..efb4fb63 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1192,7 +1192,7 @@ class LulzbotToolheadSelectPage(InfoPage): def __init__(self, parent, title): super(LulzbotToolheadSelectPage, self).__init__(parent, title) self.AddBitmap(wx.Bitmap(resources.getPathForImage('Lulzbot_logo.png'))) - txt = self.AddText(_('Picking the correct Tool Head is important.')) + 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