mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
WX: Change GC IPL to GC "Main Menu"
That is the official term used by Nintendo.
This commit is contained in:
parent
94bb55cef0
commit
3daf7c3f8e
2 changed files with 7 additions and 7 deletions
|
@ -218,13 +218,13 @@ wxMenu* MainMenuBar::CreateToolsMenu() const
|
|||
tools_menu->AppendSeparator();
|
||||
auto* const gc_bios_menu = new wxMenu;
|
||||
gc_bios_menu->Append(IDM_LOAD_GC_IPL_JAP, _("NTSC-J"),
|
||||
_("Load NTSC-J GameCube IPL from the JAP folder."));
|
||||
_("Load NTSC-J GameCube Main Menu from the JAP folder."));
|
||||
gc_bios_menu->Append(IDM_LOAD_GC_IPL_USA, _("NTSC-U"),
|
||||
_("Load NTSC-U GameCube IPL from the USA folder."));
|
||||
_("Load NTSC-U GameCube Main Menu from the USA folder."));
|
||||
gc_bios_menu->Append(IDM_LOAD_GC_IPL_EUR, _("PAL"),
|
||||
_("Load PAL GameCube IPL from the EUR folder."));
|
||||
tools_menu->AppendSubMenu(gc_bios_menu, _("Load GameCube IPL"),
|
||||
_("Load a GameCube IPL located under Dolphin's GC folder."));
|
||||
_("Load PAL GameCube Main Menu from the EUR folder."));
|
||||
tools_menu->AppendSubMenu(gc_bios_menu, _("Load GameCube Main Menu"),
|
||||
_("Load a GameCube Main Menu located under Dolphin's GC folder."));
|
||||
tools_menu->AppendSeparator();
|
||||
tools_menu->Append(IDM_CHEATS, _("&Cheat Manager"));
|
||||
tools_menu->Append(IDM_NETPLAY, _("Start &NetPlay..."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue