mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Embedded: do not mention mention that SD card can be removed
This commit is contained in:
parent
652da25661
commit
03e083b4f3
11 changed files with 994 additions and 762 deletions
2
main.qml
2
main.qml
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue