Imager -> Raspberry Pi Imager
On special request
This commit is contained in:
@@ -192,8 +192,8 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="33"/>
|
||||
<source>Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?</translation>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="78"/>
|
||||
|
||||
@@ -189,7 +189,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="33"/>
|
||||
<source>Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user