Skip to content

Commit

Permalink
GSDebugger: Rename dump load error window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Jul 20, 2021
1 parent 2b95e3b commit 7b49543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/gui/Dialogs/GSDumpDialog.cpp
Expand Up @@ -212,7 +212,7 @@ void Dialogs::GSDumpDialog::RunDump(wxCommandEvent& event)
{
wxString s;
s.Printf(_("Failed to load the dump %s !"), m_selected_dump);
wxMessageBox(s, _("GSDumpGov"), wxICON_ERROR);
wxMessageBox(s, _("GS Debugger"), wxICON_ERROR);
return;
}
m_run->Disable();
Expand Down

0 comments on commit 7b49543

Please sign in to comment.