From 193e196c46156ce2a7558c8eeec56e0af1070e91 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 21 Nov 2020 13:18:17 -0600 Subject: [PATCH] Update searching message --- app/gui/PcView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index fa58584f..2521069f 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -99,7 +99,7 @@ CenteredGridView { Label { height: searchSpinner.height elide: Label.ElideRight - text: StreamingPreferences.enableMdns ? qsTr("Searching for PCs with NVIDIA GameStream enabled...") + text: StreamingPreferences.enableMdns ? qsTr("Searching for PCs on your local network with NVIDIA GameStream enabled...") : qsTr("Automatic PC discovery is disabled. Add your PC manually.") font.pointSize: 20 verticalAlignment: Text.AlignVCenter