PCSX2: Add tooltip warning for Widescreen Patches.

Close #1733
This commit is contained in:
lightningterror 2018-10-15 09:14:57 +02:00
parent 21f0752ce7
commit 06f4b77f63
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"),
wxEmptyString, wxITEM_CHECK);
_("Enablind Widescreen Patches may occasionally cause issues."), wxITEM_CHECK);
if(IsDebugBuild || IsDevBuild)
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),