update of the help text
This commit is contained in:
parent
815098a41d
commit
a6cd448ca9
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ CChannelFader::CChannelFader ( QWidget* pNW,
|
||||||
|
|
||||||
pcbSolo->setWhatsThis ( tr ( "<b>Solo:</b> With the Solo checkbox, the current "
|
pcbSolo->setWhatsThis ( tr ( "<b>Solo:</b> With the Solo checkbox, the current "
|
||||||
"audio channel can be set to solo which means that all other channels "
|
"audio channel can be set to solo which means that all other channels "
|
||||||
"except of the current channel are muted.<br>"
|
"except of the current channel are muted. It is possible to set more than "
|
||||||
"Only one channel at a time can be set to solo." ) );
|
"one channel to solo." ) );
|
||||||
pcbSolo->setAccessibleName ( tr ( "Solo button" ) );
|
pcbSolo->setAccessibleName ( tr ( "Solo button" ) );
|
||||||
|
|
||||||
QString strFaderText = tr ( "<b>Fader Tag:</b> The fader tag "
|
QString strFaderText = tr ( "<b>Fader Tag:</b> The fader tag "
|
||||||
|
|
Loading…
Reference in a new issue