Fixed a missing word in gamefixes panel

This commit is contained in:
ramapcsx2 2014-08-01 15:04:34 +02:00
parent a0a54bdd05
commit 67f934a902
1 changed files with 1 additions and 1 deletions

View File

@ -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();