Don't Use Abbreviation for "Memory Card"

This commit is contained in:
PEmu1
2017-01-05 10:05:31 -08:00
parent a2e191649d
commit 6d195f3d65
4 changed files with 13 additions and 12 deletions

View File

@ -212,7 +212,7 @@ wxMenu* MainMenuBar::CreateToolsMenu() const
wiimote_menu->AppendCheckItem(IDM_CONNECT_BALANCEBOARD, _("Connect Balance Board"));
auto* const tools_menu = new wxMenu;
tools_menu->Append(IDM_MEMCARD, _("&Memcard Manager (GC)"));
tools_menu->Append(IDM_MEMCARD, _("&Memory Card Manager (GC)"));
tools_menu->Append(IDM_IMPORT_SAVE, _("Import Wii Save..."));
tools_menu->Append(IDM_EXPORT_ALL_SAVE, _("Export All Wii Saves"));
tools_menu->Append(IDM_CHEATS, _("&Cheat Manager"));