chiark / gitweb /
Cleanup
authornickthetait <tait@alephobjects.com>
Mon, 3 Aug 2015 16:17:25 +0000 (10:17 -0600)
committernickthetait <tait@alephobjects.com>
Mon, 3 Aug 2015 16:17:25 +0000 (10:17 -0600)
Cura/gui/configWizard.py

index 00cca477349acc3491c623c09ff47fd154845ecd..efb4fb638f7a3b1574cc1f6d9ad6472bbb332072 100644 (file)
@@ -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()