From 67f934a902c2f260bb872266146d71672cc7e191 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Fri, 1 Aug 2014 15:04:34 +0200 Subject: [PATCH] Fixed a missing word in gamefixes panel --- pcsx2/gui/Panels/GameFixesPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Panels/GameFixesPanel.cpp b/pcsx2/gui/Panels/GameFixesPanel.cpp index 138fe72156..750683bc45 100644 --- a/pcsx2/gui/Panels/GameFixesPanel.cpp +++ b/pcsx2/gui/Panels/GameFixesPanel.cpp @@ -117,7 +117,7 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent ) ) ); - m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 ); + m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way is to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 ); m_check_Enable->SetValue( g_Conf->EnableGameFixes ); *this += m_check_Enable | StdExpand();