diff --git a/pcsx2/gui/Dialogs/GSDumpDialog.cpp b/pcsx2/gui/Dialogs/GSDumpDialog.cpp index 08d8e450b1..91f73a25a1 100644 --- a/pcsx2/gui/Dialogs/GSDumpDialog.cpp +++ b/pcsx2/gui/Dialogs/GSDumpDialog.cpp @@ -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();