ENH: optimize some descriptions of search
JIRA: NONE Change-Id: Idbd11287fe1d9aa679a7b622f0cdb378410a4293
This commit is contained in:
parent
debbed13d6
commit
845a397e37
|
@ -834,7 +834,7 @@ void ObjectList::set_found_list(wxString current_search_text) {
|
||||||
else {
|
else {
|
||||||
auto column = GetColumn(colName);
|
auto column = GetColumn(colName);
|
||||||
wxString match_num = wxString::Format("%d", m_found_list.size());
|
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;
|
wxString column_name = _L("Name") + match_message;
|
||||||
column->SetTitle(column_name);
|
column->SetTitle(column_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue