diff --git a/pcsx2/gui/MainFrame.cpp b/pcsx2/gui/MainFrame.cpp index 6f7a0afc71..067f1f8e8e 100644 --- a/pcsx2/gui/MainFrame.cpp +++ b/pcsx2/gui/MainFrame.cpp @@ -435,7 +435,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title) wxEmptyString, wxITEM_CHECK); m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable &Widescreen Patches"), - _("Enablind Widescreen Patches may occasionally cause issues."), wxITEM_CHECK); + _("Enabling Widescreen Patches may occasionally cause issues."), wxITEM_CHECK); if(IsDebugBuild || IsDevBuild) m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),