chiark / gitweb /
Update firmware warning text
authornickthetait <tait@alephobjects.com>
Tue, 25 Aug 2015 19:46:43 +0000 (13:46 -0600)
committernickthetait <tait@alephobjects.com>
Tue, 25 Aug 2015 19:47:14 +0000 (13:47 -0600)
Fixes T213

Cura/gui/configWizard.py

index 08afffaebc24c2e30e7184e62e50fe34b1b51d73..aaddabb3cb81c2e3adc77c3e82f644560203a6c3 100644 (file)
@@ -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: