summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2017-02-12 18:40:54 +0100
committerJosJuice <josjuice@gmail.com>2017-02-12 18:40:54 +0100
commitfc798ca410e8a6ded7ea876862a9810f7bfceafe (patch)
tree41d249ef368fd64c76f1cb53f7ea0045f5ee8b3a /Source/Core
parentbb82586a3df32b2c4cfad29ffb6a0756181da8b6 (diff)
Rename "Copy Wii Save" to "Load Wii Save"
That netplay uses a separate NAND isn't obvious, so what "copy" means might not be clear.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/NetPlay/NetWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetPlay/NetWindow.cpp b/Source/Core/DolphinWX/NetPlay/NetWindow.cpp
index b8f4bc27b7..7d55efbee1 100644
--- a/Source/Core/DolphinWX/NetPlay/NetWindow.cpp
+++ b/Source/Core/DolphinWX/NetPlay/NetWindow.cpp
@@ -258,7 +258,7 @@ wxSizer* NetPlayDialog::CreateBottomGUI(wxWindow* parent)
m_memcard_write = new wxCheckBox(parent, wxID_ANY, _("Write save/SD data"));
- m_copy_wii_save = new wxCheckBox(parent, wxID_ANY, _("Copy Wii Save"));
+ m_copy_wii_save = new wxCheckBox(parent, wxID_ANY, _("Load Wii Save"));
bottom_szr->Add(m_start_btn, 0, wxALIGN_CENTER_VERTICAL);
bottom_szr->Add(buffer_lbl, 0, wxALIGN_CENTER_VERTICAL | wxLEFT, space5);