Merge pull request #2563 from LoadingPleaseWait/wiimote-string

Add missing space in string for wiimote manager
This commit is contained in:
Deve 2016-07-08 22:43:23 +02:00 committed by GitHub
commit a67a378c41

View File

@ -386,11 +386,11 @@ int WiimoteManager::askUserToConnectWiimotes()
{ {
new MessageDialog( new MessageDialog(
#ifdef WIN32 #ifdef WIN32
_("Connect your wiimote to the Bluetooth manager, then click on Ok." _("Connect your wiimote to the Bluetooth manager, then click on Ok. "
"Detailed instructions at supertuxkart.net/Wiimote"), "Detailed instructions at supertuxkart.net/Wiimote"),
#else #else
_("Press the buttons 1+2 simultaneously on your wiimote to put " _("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 Ok. "
"Detailed instructions at supertuxkart.net/Wiimote"), "Detailed instructions at supertuxkart.net/Wiimote"),
#endif #endif
MessageDialog::MESSAGE_DIALOG_OK_CANCEL, MessageDialog::MESSAGE_DIALOG_OK_CANCEL,