From 7e5ddccabe786cba0524510916a0c214d56ca900 Mon Sep 17 00:00:00 2001 From: tao wang Date: Thu, 13 Apr 2023 16:46:21 +0800 Subject: [PATCH] FIX:fixed incorrect english words Change-Id: Ic1b581d9fbba8cd8be09a9c068a160c1bec6369a --- src/slic3r/GUI/AMSMaterialsSetting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AMSMaterialsSetting.cpp b/src/slic3r/GUI/AMSMaterialsSetting.cpp index 8899de08a..2adea267c 100644 --- a/src/slic3r/GUI/AMSMaterialsSetting.cpp +++ b/src/slic3r/GUI/AMSMaterialsSetting.cpp @@ -569,7 +569,7 @@ void AMSMaterialsSetting::on_select_ok(wxCommandEvent &event) if (ams_filament_id.empty() || nozzle_temp_min.empty() || nozzle_temp_max.empty() || m_filament_type.empty()) { BOOST_LOG_TRIVIAL(trace) << "Invalid Setting id"; - MessageDialog msg_dlg(nullptr, _L("You need to select the material type and color firet."), wxEmptyString, wxICON_WARNING | wxOK); + MessageDialog msg_dlg(nullptr, _L("You need to select the material type and color first."), wxEmptyString, wxICON_WARNING | wxOK); msg_dlg.ShowModal(); return; }