From 9fb9fca065b03d2a8f5847b13ce44e8f3072f5e1 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Wed, 11 Oct 2023 13:19:16 +0100 Subject: [PATCH] qml: use "Raspberry Pi Device" as selection hint --- src/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.qml b/src/main.qml index 387cc99..b2053ae 100644 --- a/src/main.qml +++ b/src/main.qml @@ -111,7 +111,7 @@ ApplicationWindow { Text { id: text0 color: "#ffffff" - text: qsTr("Select your device") + text: qsTr("Raspberry Pi Device") Layout.fillWidth: true Layout.preferredHeight: 17 Layout.preferredWidth: 100