Add missing space in string for wiimote manager

This commit is contained in:
LoadingPleaseWait 2016-07-08 15:33:10 -05:00
parent b2a62c222c
commit bdd21142bb

View File

@ -386,11 +386,11 @@ int WiimoteManager::askUserToConnectWiimotes()
{
new MessageDialog(
#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"),
#else
_("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"),
#endif
MessageDialog::MESSAGE_DIALOG_OK_CANCEL,