diff --git a/src/main.qml b/src/main.qml index 0efcd5a..690f8b3 100644 --- a/src/main.qml +++ b/src/main.qml @@ -19,7 +19,7 @@ ApplicationWindow { minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680 minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 420 - title: qsTr("Raspberry Pi Imager v%1").arg(imageWriter.constantVersion()) + title: qsTr("Retro Imager v%1").arg(imageWriter.constantVersion()) FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"} FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}