From 6f17342b50bafc531d5005819b41dcafb3b5f545 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 14 Jan 2013 20:40:16 -0600 Subject: [PATCH] Improve an error message. --- Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp b/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp index 22914366b0..ea23e532e7 100644 --- a/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp +++ b/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp @@ -205,8 +205,9 @@ void WiimoteConfigDiag::PairUpRealWiimotes(wxCommandEvent&) UpdateGUI(); } else if (paired < 0) - PanicAlertT("A supported bluetooth device was not found!\n" - "(Only the Microsoft bluetooth stack is supported.)"); + PanicAlertT("A supported bluetooth device could not be found!\n" + "If you are not using Microsoft's bluetooth stack " + "you must manually pair your wiimotes and use only the \"Refresh\" button."); } #endif