diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-10-31 12:49:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 12:49:16 +0100 |
| commit | 4f5d0cd45013c741d946be5a975300e9f244415e (patch) | |
| tree | 23087634a3ef81355c96db195f891ce5e544a572 /Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp | |
| parent | 4eb5892e1a54ae9616d90cd438f3877af8e1dd03 (diff) | |
| parent | 15a41a5d83941f6d509f4556d0c21d10c6ce2c1d (diff) | |
Merge pull request #4391 from Pringo/wii-remote
Change "Wiimote" to "Wii Remote" in Interface
Diffstat (limited to 'Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp b/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp index 21dbce3217..7401875ab7 100644 --- a/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp +++ b/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp @@ -196,7 +196,7 @@ wxNotebook* NetPlaySetupFrame::CreateNotebookGUI(wxWindow* parent) "If DSP LLE is used, DSP ROMs must be identical between players.\n" "If connecting directly, the host must have the chosen UDP port open/forwarded!\n" "\n" - "Wiimote netplay is experimental and should not be expected to work.\n")); + "Wii Remote support in netplay is experimental and should not be expected to work.\n")); wxBoxSizer* const top_szr = new wxBoxSizer(wxHORIZONTAL); top_szr->Add(m_ip_lbl, 0, wxALIGN_CENTER_VERTICAL); |
