mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
ENH: optimize some descriptions of search
JIRA: NONE Change-Id: Idbd11287fe1d9aa679a7b622f0cdb378410a4293
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user