summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorfires.gc <fires.gc@gmail.com>2008-11-05 21:05:43 +0000
committerfires.gc <fires.gc@gmail.com>2008-11-05 21:05:43 +0000
commitfafbbdfee5dd2d7aef0aa6168b9bd1a4cd81f41f (patch)
tree718b9234c5aa4450eb49299b73d9fedf8d9e062a /Source/Core
parente19f01c33bf0251cd3f87f4d9a4eea1180266f50 (diff)
wiimote code cleaning
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1079 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp
index 88e72da3a3..d052953c57 100644
--- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp
+++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp
@@ -1672,9 +1672,9 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandDisconnect(u8* _Input)
{
OneShotMessage = false;
PanicAlert("IPC CommandDisconnect: WiiMote emulation is out of sync.\n"
- "This message will be shot one time only, because dolphin\n"
- "executes the disconnect at all and some times you can play\n"
- "anyway. It is strongly recommed to save and/or restart the"
+ "This message will be shot one time only, because dolphin does\n"
+ "not executes the disconnect at all and some times you can play\n"
+ "anyway. It is strongly recommed to save and/or restart the\n"
"emulation.");
}
}