Merge pull request #2200 from Stevoisiak/CheatManagerRename
Rename "Cheats Manager" to "Cheat Manager"
This commit is contained in:
commit
899a5078a0
|
@ -169,7 +169,7 @@ void wxCheatsWindow::UpdateGUI()
|
|||
// enable controls
|
||||
m_button_apply->Enable(Core::IsRunning());
|
||||
|
||||
wxString title = _("Cheats Manager");
|
||||
wxString title = _("Cheat Manager");
|
||||
|
||||
// write the ISO name in the title
|
||||
if (Core::IsRunning())
|
||||
|
|
|
@ -253,7 +253,7 @@ wxMenuBar* CFrame::CreateMenu()
|
|||
toolsMenu->Append(IDM_MEMCARD, _("&Memcard Manager (GC)"));
|
||||
toolsMenu->Append(IDM_IMPORT_SAVE, _("Import Wii Save"));
|
||||
toolsMenu->Append(IDM_EXPORT_ALL_SAVE, _("Export All Wii Saves"));
|
||||
toolsMenu->Append(IDM_CHEATS, _("&Cheats Manager"));
|
||||
toolsMenu->Append(IDM_CHEATS, _("&Cheat Manager"));
|
||||
|
||||
toolsMenu->Append(IDM_NETPLAY, _("Start &NetPlay"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue