diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index 4ba9ac2c..72ab904e 100755 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -91,8 +91,7 @@ CServerDlg::CServerDlg ( CServer* pNServP, // server name QString strServName = "" + tr ( "Server Name" ) + ": " + 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 ); diff --git a/src/util.cpp b/src/util.cpp index d9f59ecc..a6e5eb0e 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -713,7 +713,7 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP, "
" + 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" ) );