From 7b495437ae4989571d7fa6a43d518fbae7819d8f Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 20 Jul 2021 06:45:17 +0200 Subject: [PATCH] GSDebugger: Rename dump load error window title. --- pcsx2/gui/Dialogs/GSDumpDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();