fix in help text
This commit is contained in:
parent
1426c7b44f
commit
7cf080a63d
1 changed files with 664 additions and 664 deletions
|
@ -47,7 +47,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
"the check Auto is enabled, the jitter buffer is set automatically "
|
"the check Auto is enabled, the jitter buffer is set automatically "
|
||||||
"based on measurements of the network and sound card timing jitter. If "
|
"based on measurements of the network and sound card timing jitter. If "
|
||||||
"the Auto check is enabled, the jitter buffer size fader is disabled "
|
"the Auto check is enabled, the jitter buffer size fader is disabled "
|
||||||
"(cannot be moved by the mouse)." );
|
"(it cannot be moved by the mouse)." );
|
||||||
|
|
||||||
QString strJitterBufferSizeTT = tr ( "In case the Auto setting of the "
|
QString strJitterBufferSizeTT = tr ( "In case the Auto setting of the "
|
||||||
"jitter buffer is enabled, the network buffer is set to a conservative "
|
"jitter buffer is enabled, the network buffer is set to a conservative "
|
||||||
|
@ -169,7 +169,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
"message check box" ) );
|
"message check box" ) );
|
||||||
|
|
||||||
cbOpenChatOnNewMessage->setToolTip ( tr ( "If Open Chat on New Message "
|
cbOpenChatOnNewMessage->setToolTip ( tr ( "If Open Chat on New Message "
|
||||||
"is disabled, a hint in the main window status bar is shown when a "
|
"is disabled, a LED in the main window turns green when a "
|
||||||
"new message has arrived." ) + TOOLTIP_COM_END_TEXT );
|
"new message has arrived." ) + TOOLTIP_COM_END_TEXT );
|
||||||
|
|
||||||
// use high quality audio
|
// use high quality audio
|
||||||
|
|
Loading…
Reference in a new issue