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
This commit is contained in:
magned 2013-09-24 22:44:37 +00:00
parent dbd36f47dd
commit 78632a8ecf

View File

@ -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);