Merge pull request #2563 from LoadingPleaseWait/wiimote-string
Add missing space in string for wiimote manager
This commit is contained in:
commit
a67a378c41
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user