@@ -42,9 +42,9 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
4242
4343 // Add help text to controls -----------------------------------------------
4444 // directory
45- QString strDirectoryWT = " <b>" + tr ( " Directory" ) + " :</b> " +
46- tr ( " Shows the servers listed by the selected directory. "
47- " You can add custom directories in Advanced Settings." );
45+ QString strDirectoryWT = " <b>" + tr ( " Directory" ) + " :</b> " + tr ( " The list of available directories. " ) + " <br/> " +
46+ tr ( " Select a directory to list the servers registered with it. " ) + " <br/> " +
47+ tr ( " You can add custom directories in Advanced Settings." );
4848 lblDirectory->setWhatsThis ( strDirectoryWT );
4949 lblDirectory->setToolTip ( strDirectoryWT );
5050 cbxDirectory->setWhatsThis ( strDirectoryWT );
@@ -77,16 +77,19 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
7777 chbExpandAll->setAccessibleName ( tr ( " Show all musicians check box" ) );
7878
7979 // server list view
80- QString strServersWT = " <b>" + tr ( " Server List" ) + " :</b> " +
81- tr ( " The Connection Setup window lists the available servers registered with "
82- " the selected directory. Use the Directory dropdown to change the directory, "
83- " find the server you want to join in the server list, click on it, and "
84- " then click the Connect button to connect. Alternatively, double click on "
85- " the server name to connect." ) +
86- " <br>" + tr ( " Permanent servers (those that have been listed for longer than 48 hours) are shown in bold." ) + " <br>" +
87- tr ( " You can add custom directories in Advanced Settings." );
88- lvwServers->setWhatsThis ( strServersWT );
89- lvwServers->setToolTip ( strServersWT );
80+ lvwServers->setWhatsThis ( " <b>" + tr ( " Server List" ) + " :</b> " +
81+ tr ( " The Connection Setup window lists the available servers registered with "
82+ " the selected directory. Use the Directory dropdown to change the directory, "
83+ " find the server you want to join in the server list, click on it, and "
84+ " then click the Connect button to connect. Alternatively, double click on "
85+ " the server name to connect." ) +
86+ " <br>" + tr ( " Permanent servers (those that have been listed for longer than 48 hours) are shown in bold." ) +
87+ " <br>" + tr ( " You can add custom directories in Advanced Settings." ) );
88+
89+ lvwServers->setToolTip ( " <b>" + tr ( " Server List" ) + " :</b> " +
90+ tr ( " The list of servers registered with the selected directory. "
91+ " Click the server you want to join, then click the Connect button or "
92+ " double click the server to connect." ) );
9093
9194 lvwServers->setAccessibleName ( tr ( " Server list view" ) );
9295
0 commit comments