File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -703,15 +703,17 @@ Item {
703703 return
704704 }
705705
706- var msg = " You are about to upload new firmware to the connected device"
706+ var msg = " CAREFUL: If you continue you will lose your package and all settings, are you sure "
707+ " you know what you're doing?\n\n " +
708+ " This will upload new firmware to the connected device"
707709 var msgBl = " You are about to upload a bootloader to the connected device"
708710
709711 var msgEnd = " ."
710712 if (fwdCan) {
711- msgEnd = " , as well as all decices found on the CAN-bus. \n\n " +
713+ msgEnd = " , as well as all devices found on the CAN-bus. \n\n " +
712714 " WARNING: The upload all function should ONLY be used if all " +
713- " decices on the CAN-bus have the same hardware version. If that " +
714- " is not the case, you must upload firmware to the decices individually."
715+ " devices on the CAN-bus have the same hardware version. If that " +
716+ " is not the case, you must upload firmware to the devices individually."
715717 }
716718
717719 msg += msgEnd
You can’t perform that action at this time.
0 commit comments