small fix
This commit is contained in:
parent
86e70b7d78
commit
ed71214452
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ CAudioMixerBoard::CAudioMixerBoard ( QWidget* parent, Qt::WindowFlags ) :
|
|||
pMainLayout = new QHBoxLayout ( pMixerWidget );
|
||||
|
||||
setAccessibleName ( "Personal Mix at the Server groupbox" );
|
||||
setWhatsThis ( "<b>" + tr ( "Personal Mix at the Server" ) + "</b>: " + tr (
|
||||
setWhatsThis ( "<b>" + tr ( "Personal Mix at the Server" ) + ":</b> " + 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." ) );
|
||||
|
|
Loading…
Reference in a new issue