prepare for #316
This commit is contained in:
parent
781861cb3d
commit
cb48d6fb85
2 changed files with 2 additions and 3 deletions
|
@ -91,8 +91,7 @@ CServerDlg::CServerDlg ( CServer* pNServP,
|
||||||
|
|
||||||
// server name
|
// server name
|
||||||
QString strServName = "<b>" + tr ( "Server Name" ) + ":</b> " + tr ( "The server name identifies "
|
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 "
|
"your server in the connect dialog server list at the clients." );
|
||||||
"name is given, the IP address is shown instead." );
|
|
||||||
|
|
||||||
lblServerName->setWhatsThis ( strServName );
|
lblServerName->setWhatsThis ( strServName );
|
||||||
edtServerName->setWhatsThis ( strServName );
|
edtServerName->setWhatsThis ( strServName );
|
||||||
|
|
|
@ -713,7 +713,7 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP,
|
||||||
"<br>" + tr ( "What you set here will appear at your fader on the mixer "
|
"<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 "
|
"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 "
|
"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->setWhatsThis ( strFaderTag );
|
||||||
pedtAlias->setAccessibleName ( tr ( "Alias or name edit box" ) );
|
pedtAlias->setAccessibleName ( tr ( "Alias or name edit box" ) );
|
||||||
|
|
Loading…
Reference in a new issue