Update clientdlg.cpp

This commit is contained in:
ignotus 2020-06-05 13:06:06 +02:00 committed by GitHub
parent bab77e4695
commit 693dcf9962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,11 +119,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
"a microphone signal is fed in to the right audio channel of the " "a microphone signal is fed in to the right audio channel of the "
"sound card and a reverb effect needs to be applied, set the " "sound card and a reverb effect needs to be applied, set the "
"channel selector to right and move the fader upwards until the " "channel selector to right and move the fader upwards until the "
"desired reverb level is reached." ) + "<br>" + tr ( "desired reverb level is reached." );
"Reverb requires significant CPU so it should "
"only be used on fast PCs. If the reverb level fader is set to "
"minimum (the default setting), the effect is "
"switched off and does not cause any additional CPU usage." );
lblAudioReverb->setWhatsThis ( strAudReverb ); lblAudioReverb->setWhatsThis ( strAudReverb );
sldAudioReverb->setWhatsThis ( strAudReverb ); sldAudioReverb->setWhatsThis ( strAudReverb );
@ -156,7 +152,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
lblDelay->setWhatsThis ( strLEDDelay ); lblDelay->setWhatsThis ( strLEDDelay );
ledDelay->setWhatsThis ( strLEDDelay ); ledDelay->setWhatsThis ( strLEDDelay );
ledDelay->setToolTip ( tr ( "If this LED indicator turns red, " ledDelay->setToolTip ( tr ( "If this LED indicator turns red, "
"you will not have much fun using the application" ) + "you will not have much fun using the application." ) +
TOOLTIP_COM_END_TEXT ); TOOLTIP_COM_END_TEXT );
ledDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) ); ledDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) );