From 94b4ed854e9734b31b49dc4da02cf7e593a552d1 Mon Sep 17 00:00:00 2001 From: ignotus Date: Thu, 4 Jun 2020 15:48:53 +0200 Subject: [PATCH] Update clientsettingsdlg.cpp --- src/clientsettingsdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index 02df61eb..aa3ed664 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -36,7 +36,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent, // jitter buffer QString strJitterBufferSize = "" + tr ( "Jitter Buffer Size" ) + ": " + tr ( "The jitter buffer compensates for network and sound card timing jitters. The " - "size of the buffer has therefore influences the quality of " + "size of the buffer therefore influences the quality of " "the audio stream (how many dropouts occur) and the overall delay " "(the longer the buffer, the higher the delay)." ) + "
" + tr ( "You can set the jitter buffer size manually for the local client " @@ -46,10 +46,10 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent, "overrun/underrun has taken place and the audio stream is interrupted." ) + "
" + tr ( "The jitter buffer setting is therefore a trade-off between audio " "quality and overall delay." ) + "
" + tr ( - "If the check Auto is enabled, the jitter buffers of the local client and " + "If the Auto setting is enabled, the jitter buffers of the local client and " "the remote server are set automatically " "based on measurements of the network and sound card timing jitter. If " - "the Auto check is enabled, the jitter buffer size faders are " + "Auto is enabled, the jitter buffer size faders are " "disabled (they cannot be moved with the mouse)." ); QString strJitterBufferSizeTT = tr ( "If the Auto setting "