diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp
index 265d0535..896b7171 100755
--- a/src/audiomixerboard.cpp
+++ b/src/audiomixerboard.cpp
@@ -98,8 +98,8 @@ CChannelFader::CChannelFader ( QWidget* pNW,
pcbSolo->setWhatsThis ( tr ( "Solo: With the Solo checkbox, the current "
"audio channel can be set to solo which means that all other channels "
- "except of the current channel are muted.
"
- "Only one channel at a time can be set to solo." ) );
+ "except of the current channel are muted. It is possible to set more than "
+ "one channel to solo." ) );
pcbSolo->setAccessibleName ( tr ( "Solo button" ) );
QString strFaderText = tr ( "Fader Tag: The fader tag "