From 78632a8ecf11a77712e4e27763618904d0ae7831 Mon Sep 17 00:00:00 2001 From: magned Date: Tue, 24 Sep 2013 22:44:37 +0000 Subject: [PATCH] Align Wiimote connect instruction with actual confirm button text, and added link to wiki with detailed instructions (yet to be written). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14154 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/input/wiimote_manager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/wiimote_manager.cpp b/src/input/wiimote_manager.cpp index 6300f8c26..5ac93aed4 100644 --- a/src/input/wiimote_manager.cpp +++ b/src/input/wiimote_manager.cpp @@ -306,7 +306,8 @@ int WiimoteManager::askUserToConnectWiimotes() { new MessageDialog( _("Press the buttons 1+2 simultaneously on your wiimote to put " - "it in discovery mode, then click on OK."), + "it in discovery mode, then click on Yes." + "Detailed instructions at supertuxkart.net/Wiimote"), MessageDialog::MESSAGE_DIALOG_CONFIRM, new WiimoteDialogListener(), true);