mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
ENH: optimize some descriptions of search
JIRA: NONE Change-Id: Idbd11287fe1d9aa679a7b622f0cdb378410a4293
This commit is contained in:
parent
debbed13d6
commit
845a397e37
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue