diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index aa3ed664..a2584945 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -200,22 +200,22 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent, "client and server. There are three modes available:" ) + "" + + "
" + tr ( "In stereo streaming mode, no audio channel selection " "for the reverb effect will be available on the main window " - "since the effect is applied to both channels in this case." ) + "" - ""; + "since the effect is applied to both channels in this case." ); lblAudioChannels->setWhatsThis ( strAudioChannels ); cbxAudioChannels->setWhatsThis ( strAudioChannels );