Removed a redundant tooltip text.

This commit is contained in:
skidau 2013-08-18 17:09:01 +10:00
parent 5cec914484
commit c774fb4880
1 changed files with 1 additions and 3 deletions

View File

@ -513,9 +513,7 @@ void CConfigMain::InitializeGUITooltips()
#if defined(__APPLE__)
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. Not available on OSX."));
#elif defined(__linux__)
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only."));
#elif defined(_WIN32)
#else
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only."));
#endif