@@ -42,9 +42,9 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
42
42
43
43
// Add help text to controls -----------------------------------------------
44
44
// 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." );
48
48
lblDirectory->setWhatsThis ( strDirectoryWT );
49
49
lblDirectory->setToolTip ( strDirectoryWT );
50
50
cbxDirectory->setWhatsThis ( strDirectoryWT );
@@ -77,16 +77,19 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
77
77
chbExpandAll->setAccessibleName ( tr ( " Show all musicians check box" ) );
78
78
79
79
// 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." ) );
90
93
91
94
lvwServers->setAccessibleName ( tr ( " Server list view" ) );
92
95
0 commit comments