mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Rename "Cheats Manager" to "Cheat Manager"
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user