ENH: optimize some descriptions of search

JIRA: NONE

Change-Id: Idbd11287fe1d9aa679a7b622f0cdb378410a4293
This commit is contained in:
Kunlong Ma 2023-09-11 10:35:55 +08:00 committed by Lane.Wei
parent debbed13d6
commit 845a397e37
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ void ObjectList::set_found_list(wxString current_search_text) {
else {
auto column = GetColumn(colName);
wxString match_num = wxString::Format("%d", m_found_list.size());
wxString match_message = " (" + match_num + _L(" research result") + ")";
wxString match_message = " (" + match_num + _L(" search results") + ")";
wxString column_name = _L("Name") + match_message;
column->SetTitle(column_name);
}