Skip to content

Commit

Permalink
Merge pull request #1358 from pljones/clarify-filter-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Mar 27, 2021
2 parents 1c4e7f0 + a16bad7 commit d5d4691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP,
}

// set a placeholder text to explain how to filter occupied servers (#397)
edtFilter->setPlaceholderText ( tr ( "Type # for occupied servers" ) );
edtFilter->setPlaceholderText ( tr ( "Filter text, or # for occupied servers" ) );

// setup timers
TimerInitialSort.setSingleShot ( true ); // only once after list request
Expand Down

0 comments on commit d5d4691

Please sign in to comment.