Update connectdlg.cpp
This commit is contained in:
parent
4cf71c11a9
commit
fbc2156283
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CConnectDlg::CConnectDlg ( CClient* pNCliP,
|
||||||
// Add help text to controls -----------------------------------------------
|
// Add help text to controls -----------------------------------------------
|
||||||
// server list
|
// server list
|
||||||
lvwServers->setWhatsThis ( "<b>" + tr ( "Server List" ) + ":</b> " + tr (
|
lvwServers->setWhatsThis ( "<b>" + tr ( "Server List" ) + ":</b> " + tr (
|
||||||
"The Connection Setup window shows a list of available servers "
|
"The Connection Setup window shows a list of available servers. "
|
||||||
"Server operators can optionally list their servers by music genre. "
|
"Server operators can optionally list their servers by music genre. "
|
||||||
"Use the List dropdown to select a genre, click on the server you want "
|
"Use the List dropdown to select a genre, click on the server you want "
|
||||||
"to join and press the Connect button to connect to it. Alternatively, "
|
"to join and press the Connect button to connect to it. Alternatively, "
|
||||||
|
|
Loading…
Reference in a new issue