From: nickthetait Date: Tue, 25 Aug 2015 19:46:43 +0000 (-0600) Subject: Update firmware warning text X-Git-Tag: lulzbot-15.02.1-2.04~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2e133c1e3681cd4f7d3364539ff2f3ca5c372a42;p=cura.git Update firmware warning text Fixes T213 --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 08afffae..aaddabb3 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1410,10 +1410,14 @@ class LulzbotFirmwareUpdatePage(InfoPage): def OnSkipClick(self, e): dlg = wx.MessageDialog(self, - _("WARNING: You risk serious damage to your printer by not updating the firmware. This is not a recommended course of action!\n\n" + - "Are you sure you want to skip the firmware upgrade?"), - _('Skip firmware upgrade?'), - wx.YES_NO | wx.ICON_EXCLAMATION) + _("CAUTION: Updating your firmware is strongly recommended and " \ + "critical to protecting your LulzBot with the latest updates " \ + "and settings. Expert users note that this will overwrite " \ + " firmware changes or customization; you can skip this step " \ + "at your discretion.\n\n" + + "Are you sure you want to skip the firmware upgrade?"), + _('Skip firmware upgrade?'), + wx.YES_NO | wx.ICON_EXCLAMATION) skip = dlg.ShowModal() == wx.ID_YES dlg.Destroy() if skip: