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
This commit is contained in:
ramapcsx2 2011-03-23 19:34:43 +00:00
parent 6a008eeaaf
commit 6b70c34470
1 changed files with 3 additions and 3 deletions

View File

@ -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."
)
);