pcsx2: small string typo fix.

This commit is contained in:
lightningterror 2018-10-16 01:08:12 +02:00
parent 933e43cb58
commit 77ac35058c
1 changed files with 1 additions and 1 deletions

View File

@ -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"),