diff --git a/i18n/rpi-imager_nl.ts b/i18n/rpi-imager_nl.ts
index b7c5ced..aba38fe 100644
--- a/i18n/rpi-imager_nl.ts
+++ b/i18n/rpi-imager_nl.ts
@@ -192,8 +192,8 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.
- Imager is still busy.<br>Are you sure you want to quit?
- Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?
+ Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?
+ Raspberry Pi Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?
diff --git a/i18n/rpi-imager_zh_cn.ts b/i18n/rpi-imager_zh_cn.ts
index 1539b69..e41f493 100644
--- a/i18n/rpi-imager_zh_cn.ts
+++ b/i18n/rpi-imager_zh_cn.ts
@@ -189,7 +189,7 @@ File size %1 bytes is not a multiple of 512 bytes.
- Imager is still busy.<br>Are you sure you want to quit?
+ Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?
diff --git a/main.qml b/main.qml
index ec8e025..19847ec 100644
--- a/main.qml
+++ b/main.qml
@@ -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. Are you sure you want to quit?")
+ msgpopupbody.text = qsTr("Raspberry Pi Imager is still busy. Are you sure you want to quit?")
quitbutton.visible = true
msgpopup.open()
}