From: nickthetait Date: Mon, 3 Aug 2015 16:17:25 +0000 (-0600) Subject: Cleanup X-Git-Tag: lulzbot-15.02.1-2.01~45 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8d10bdf3c9b5931e4a290f9e78ae4e3147fb5c9d;p=cura.git Cleanup --- 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()