Skip to content

Commit

Permalink
Merge pull request #4905 from JosJuice/rename-copy-wii-save
Browse files Browse the repository at this point in the history
Rename "Copy Wii Save" to "Load Wii Save"
  • Loading branch information
lioncash committed Feb 13, 2017
2 parents 3e3dcae + fc798ca commit f689555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/NetPlay/NetWindow.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit f689555

Please sign in to comment.