mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-01 01:20:40 +00:00
Merge pull request #4619 from PEmu1/configuration
Change "Configure" to "Configuration" in Menu
This commit is contained in:
commit
c633eeb383
@ -167,7 +167,7 @@ wxMenu* MainMenuBar::CreateMovieMenu() const
|
|||||||
wxMenu* MainMenuBar::CreateOptionsMenu() const
|
wxMenu* MainMenuBar::CreateOptionsMenu() const
|
||||||
{
|
{
|
||||||
auto* const options_menu = new wxMenu;
|
auto* const options_menu = new wxMenu;
|
||||||
options_menu->Append(wxID_PREFERENCES, _("Co&nfigure..."));
|
options_menu->Append(wxID_PREFERENCES, _("Co&nfiguration"));
|
||||||
options_menu->AppendSeparator();
|
options_menu->AppendSeparator();
|
||||||
options_menu->Append(IDM_CONFIG_GFX_BACKEND, _("&Graphics Settings"));
|
options_menu->Append(IDM_CONFIG_GFX_BACKEND, _("&Graphics Settings"));
|
||||||
options_menu->Append(IDM_CONFIG_AUDIO, _("&Audio Settings"));
|
options_menu->Append(IDM_CONFIG_AUDIO, _("&Audio Settings"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user