mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Don't Use Abbreviation for "Memory Card"
This commit is contained in:
parent
a2e191649d
commit
6d195f3d65
4 changed files with 13 additions and 12 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue