From 77ac35058c37e41e5a3c2475a59135ab5eeb97ca Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 16 Oct 2018 01:08:12 +0200 Subject: [PATCH] pcsx2: small string typo fix. --- pcsx2/gui/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),