From eef90c2adb03fbf25bc005d1c0322b1f10be801a Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Sat, 23 May 2020 21:40:32 +0200 Subject: [PATCH] Imager -> Raspberry Pi Imager On special request --- i18n/rpi-imager_nl.ts | 4 ++-- i18n/rpi-imager_zh_cn.ts | 2 +- main.qml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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() }