Update clientdlg.cpp
This commit is contained in:
parent
1e364e105c
commit
642f2f06ef
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
|
||||||
|
|
||||||
// connect/disconnect button
|
// connect/disconnect button
|
||||||
butConnect->setWhatsThis ( "<b>" + tr ( "Connect/Disconnect Button" ) + ":</b> " +
|
butConnect->setWhatsThis ( "<b>" + tr ( "Connect/Disconnect Button" ) + ":</b> " +
|
||||||
tr ( "Push this button to connect a server. A dialog where you can "
|
tr ( "Push this button to connect to a server. A dialog where you can "
|
||||||
"select a server will open. If you are connected, pressing this "
|
"select a server will open. If you are connected, pressing this "
|
||||||
"button will end the session." ) );
|
"button will end the session." ) );
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
|
||||||
"sound card and a reverberation effect shall be applied, set the "
|
"sound card and a reverberation effect shall 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 reverberation level is reached." ) + "<br>" + tr (
|
"desired reverberation level is reached." ) + "<br>" + tr (
|
||||||
"The reverberation effect requires significant CPU so that it should "
|
"The reverberation effect requires significant CPU so it should "
|
||||||
"only be used on fast PCs. If the reverberation level fader is set to "
|
"only be used on fast PCs. If the reverberation level fader is set to "
|
||||||
"minimum (which is the default setting), the reverberation effect is "
|
"minimum (which is the default setting), the reverberation effect is "
|
||||||
"switched off and does not cause any additional CPU usage." );
|
"switched off and does not cause any additional CPU usage." );
|
||||||
|
@ -169,7 +169,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
|
||||||
"<ul>"
|
"<ul>"
|
||||||
"<li>" + tr ( "The network jitter buffer is not large enough for the current "
|
"<li>" + tr ( "The network jitter buffer is not large enough for the current "
|
||||||
"network/audio interface jitter." ) + "</li>"
|
"network/audio interface jitter." ) + "</li>"
|
||||||
"<li>" + tr ( "The sound card buffer delay (buffer size) is set to a too small "
|
"<li>" + tr ( "The sound card buffer delay (buffer size) is set to too small a "
|
||||||
"value." ) + "</li>"
|
"value." ) + "</li>"
|
||||||
"<li>" + tr ( "The upload or download stream rate is too high for the current "
|
"<li>" + tr ( "The upload or download stream rate is too high for the current "
|
||||||
"available internet bandwidth." ) + "</li>"
|
"available internet bandwidth." ) + "</li>"
|
||||||
|
|
Loading…
Reference in a new issue