prepare for #316

This commit is contained in:
Volker Fischer 2020-06-05 13:39:54 +02:00
parent 781861cb3d
commit cb48d6fb85
2 changed files with 2 additions and 3 deletions

View File

@ -91,8 +91,7 @@ CServerDlg::CServerDlg ( CServer* pNServP,
// server name
QString strServName = "<b>" + tr ( "Server Name" ) + ":</b> " + tr ( "The server name identifies "
"your server in the connect dialog server list at the clients. If no "
"name is given, the IP address is shown instead." );
"your server in the connect dialog server list at the clients." );
lblServerName->setWhatsThis ( strServName );
edtServerName->setWhatsThis ( strServName );

View File

@ -713,7 +713,7 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP,
"<br>" + tr ( "What you set here will appear at your fader on the mixer "
"board when you are connected to a Jamulus server. This tag will "
"also be shown at each client which is connected to the same server as "
"you. If the name is left empty, the IP address is shown instead." );
"you." );
pedtAlias->setWhatsThis ( strFaderTag );
pedtAlias->setAccessibleName ( tr ( "Alias or name edit box" ) );