Skip to content

Commit

Permalink
GSDX: Just correcting some typo's
Browse files Browse the repository at this point in the history
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5875 96395faa-99c1-11dd-bbfe-3dabce05a288
  • Loading branch information
refraction committed Feb 2, 2014
1 parent 644f0e6 commit 3bc5779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/GSdx/GSSettingsDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,10 @@ bool GSHacksDlg::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
"Will disable partial transparency in some games or even prevent drawing some elements altogether.";
break;
case IDC_CHECK_NVIDIA_HACK:
helpstr = "This is a hack to work around problems with recent NVIDIA drivers causing odd stretching problems in DirectX 11 only"
helpstr = "This is a hack to work around problems with recent NVIDIA drivers causing odd stretching problems in DirectX 11 only "
"when using Upscaling.\n\n"
"Try not to use this unless your game Videos or 2D screens are stretching outside the frame.\n\n"
"If you have an AMD/ATi graphics card you should not needs this.";
"If you have an AMD/ATi graphics card you should not need this.";
break;
case IDC_CHECK_DISABLE_ALL_HACKS:
helpstr = "FOR TESTING ONLY!!\n\n"
Expand Down

0 comments on commit 3bc5779

Please sign in to comment.