Skip to content

Commit 78ca923

Browse files
committed
Reword directory combo help for clarity
1 parent 4ec8447 commit 78ca923

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connectdlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 );

0 commit comments

Comments
 (0)