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." ) );