Embedded: do not mention mention that SD card can be removed

This commit is contained in:
Floris Bos 2021-11-30 23:04:48 +01:00
parent 652da25661
commit 03e083b4f3
11 changed files with 994 additions and 762 deletions

View file

@ -1018,6 +1018,8 @@ ApplicationWindow {
msgpopup.title = qsTr("Write Successful")
if (osbutton.text === qsTr("Erase"))
msgpopup.text = qsTr("<b>%1</b> has been erased<br><br>You can now remove the SD card from the reader").arg(dstbutton.text)
else if (imageWriter.isEmbeddedMode())
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b>").arg(osbutton.text).arg(dstbutton.text)
else
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
if (imageWriter.isEmbeddedMode()) {