diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index 7071082e4..aae75800d 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -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); }