mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:update text
jira: STUDIO-12117 Change-Id: Idb8af2fd8826c6e0098dbb9ece1da6b8b9109c96 (cherry picked from commit 38364e36c19ba3d35bf08656d5cc62bb5849f21f)
This commit is contained in:
@@ -197,7 +197,7 @@ ObjColorDialog::ObjColorDialog(wxWindow *parent, Slic3r::ObjDialogInOut &in_out,
|
||||
else {
|
||||
wxBoxSizer * error_mtl_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
wxStaticText *error_mtl_title = new wxStaticText(this, wxID_ANY, _L("Some faces not define color."));
|
||||
wxStaticText *error_mtl_title = new wxStaticText(this, wxID_ANY, _L("Some faces don't have color defined."));
|
||||
if (!in_out.lost_material_name.empty()) {
|
||||
error_mtl_title->SetLabel(_L("mtl file exist error,could not find the material:") + " " + in_out.lost_material_name + ".");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user