From 6b70c3447086934eaa9cbb7889ffae79f4748a61 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Wed, 23 Mar 2011 19:34:43 +0000 Subject: [PATCH] Changed the gamefixes panel text to include a note about being automatically applied by default. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4476 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/Panels/GameFixesPanel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcsx2/gui/Panels/GameFixesPanel.cpp b/pcsx2/gui/Panels/GameFixesPanel.cpp index 4553835585..3d6872045f 100644 --- a/pcsx2/gui/Panels/GameFixesPanel.cpp +++ b/pcsx2/gui/Panels/GameFixesPanel.cpp @@ -94,9 +94,9 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent ) m_check_Enable = new pxCheckBox( this, _("Enable game fixes"), pxE( "!Panel:Gamefixes:Compat Warning", - L"Gamefixes can fix wrong emulation in some games. However " - L"it can cause compatibility or performance issues in other games. You " - L"will need to turn off fixes manually when changing games." + L"Gamefixes can work around wrong emulation in some titles. \n" + L"They may also cause compatibility or performance issues though, so they're not recommended. \n" + L"Gamefixes are automatically applied by default, so you do not need to set anything here." ) );