Imager -> Raspberry Pi Imager

On special request
This commit is contained in:
Floris Bos 2020-05-23 21:40:32 +02:00
parent 28bd56edb4
commit eef90c2adb
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ ApplicationWindow {
if (progressBar.visible) {
close.accepted = false
msgpopupheader.text = qsTr("Are you sure you want to quit?")
msgpopupbody.text = qsTr("Imager is still busy.<br>Are you sure you want to quit?")
msgpopupbody.text = qsTr("Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?")
quitbutton.visible = true
msgpopup.open()
}