From 3bc5779f68b0312d40627b1cd38502eebd16a787 Mon Sep 17 00:00:00 2001 From: refraction Date: Sun, 2 Feb 2014 22:46:06 +0000 Subject: [PATCH] GSDX: Just correcting some typo's git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5875 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSSettingsDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/GSSettingsDlg.cpp b/plugins/GSdx/GSSettingsDlg.cpp index 26f1c9bf7f..3d732e94f2 100644 --- a/plugins/GSdx/GSSettingsDlg.cpp +++ b/plugins/GSdx/GSSettingsDlg.cpp @@ -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"