CURA-2079: Adding error messages to the firmware update dialog

Adds messages for IO errors, communication errors, missing firmware and
a general message for unknown problems.
This commit is contained in:
Thomas Karl Pietrowski 2016-08-16 12:25:55 +02:00
parent 9a34f6b067
commit 0435706736
2 changed files with 13 additions and 9 deletions

View file

@ -32,7 +32,7 @@ UM.Dialog
}
text: {
if (manager.firmwareUpdateCompleteStatus)
if (manager.firmwareUpdateCompleteStatus && !manager.progress > 0)
{
//: Firmware update status label
return catalog.i18nc("@label","Firmware update completed.")