diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp index 8dff4669c6..9ab23c0cf0 100644 --- a/Source/Core/DolphinWX/Src/ConfigMain.cpp +++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp @@ -258,8 +258,7 @@ void CConfigMain::CreateGUIControls() "\nIt can be convenient in a Wii game that already has a cursor.")); WiimoteStatusLEDs->SetToolTip(wxT("Show which wiimotes are connected in the statusbar.")); WiimoteStatusSpeakers->SetToolTip(wxT("Show wiimote speaker status in the statusbar.")); - DSPThread->SetToolTip(wxT("This should be on when using HLE and off when using LLE." - "\Having it on in HLE can cause occasional strange crashes, though.")); + DSPThread->SetToolTip(wxT("This should be on when using HLE and off when using LLE.")); UseDualCore->SetToolTip(wxT("Moves video emulation to the emu thread instead of the CPU thread." "\nCauses major speed improvements on PCs with more than one core," "\nbut can also cause occasional crashes."));