Skip to content

Commit

Permalink
Reword directory combo help for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Mar 28, 2024
1 parent 4ec8447 commit 78ca923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/connectdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR

// Add help text to controls -----------------------------------------------
// directory
QString strDirectoryWT = "<b>" + tr ( "Directory" ) + ":</b> " +
tr ( "Shows the servers listed by the selected directory. "
"You can add custom directories in Advanced Settings." );
QString strDirectoryWT = "<b>" + tr ( "Directory" ) + ":</b> " + tr ( "The list of available directories." ) + "<br/>" +
tr ( "Select a directory to list the servers registered with it." ) + "<br/>" +
tr ( "You can add custom directories in Advanced Settings." );
lblDirectory->setWhatsThis ( strDirectoryWT );
lblDirectory->setToolTip ( strDirectoryWT );
cbxDirectory->setWhatsThis ( strDirectoryWT );
Expand Down

0 comments on commit 78ca923

Please sign in to comment.