From ed71214452f40db97f7cfd998beab5a1176c497f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 18 Jun 2020 21:06:39 +0200 Subject: [PATCH] small fix --- src/audiomixerboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index 97ff7135..6e11194b 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -629,7 +629,7 @@ CAudioMixerBoard::CAudioMixerBoard ( QWidget* parent, Qt::WindowFlags ) : pMainLayout = new QHBoxLayout ( pMixerWidget ); setAccessibleName ( "Personal Mix at the Server groupbox" ); - setWhatsThis ( "" + tr ( "Personal Mix at the Server" ) + ": " + tr ( + setWhatsThis ( "" + tr ( "Personal Mix at the Server" ) + ": " + tr ( "When connected to a server, the controls here allow you to set your " "local mix without affecting what others hear from you. The title shows " "the server name and, when known, whether it is actively recording." ) );