From 5ccb4a8b7fac67a627899e59a0117c2a8343e3e9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 17 Mar 2019 00:33:52 -0700 Subject: [PATCH] Improve busy PC error text --- 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 de8bd0f4..c55ed75e 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -175,7 +175,7 @@ GridView { } else { // cannot pair while something is streaming or attempting to pair - errorDialog.text = "This PC is currently busy. Make sure to quit any running games and try again." + errorDialog.text = "You cannot pair while a previous session is still running on the host PC. Quit any running games or reboot the host PC, then try pairing again." errorDialog.open() } }