diff options
| author | Marcus Wanners <marcus@wanners.net> | 2009-07-13 14:18:43 +0000 |
|---|---|---|
| committer | Marcus Wanners <marcus@wanners.net> | 2009-07-13 14:18:43 +0000 |
| commit | 75a226f6671decb74641d789f357c91c751b0787 (patch) | |
| tree | d9afca2fa2456e968a765bf7fb90fe7387758e0c /Source/Core | |
| parent | e7a5f0fa3deca408693c7b7c0e593c7cc0e0ceb4 (diff) | |
Minor grammar fixes and revisions while we're at it :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3781 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 16 |
1 files changed, 8 insertions, 8 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 04fe0c28b8..0e81a6bb56 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 @@ -1799,15 +1799,15 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandDisconnect(u8* _Input) { OneShotMessage = false; ERROR_LOG(WII_IPC_WIIMOTE, "IPC CommandDisconnect: WiiMote emulation is out of sync.\n" - "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 recommended to save and/or restart the\n" - "emulation."); + "This message will be shot one time only, because Dolphin does\n" + "not execute the disconnect at all and sometimes you can keep\n" + "playing anyway. You are strongly recommended to save the game\n" + "and/or restart the emulation."); PanicAlert("IPC CommandDisconnect: WiiMote emulation is out of sync.\n" - "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 recommended to save and/or restart the\n" - "emulation."); + "This message will be shot one time only, because Dolphin does\n" + "not execute the disconnect at all and sometimes you can keep\n" + "playing anyway. You are strongly recommended to save the game\n" + "and/or restart the emulation."); } INFO_LOG(CONSOLE, "IPC CommandDisconnect\n"); |
