FIX:fixed incorrect english words

Change-Id: Ic1b581d9fbba8cd8be09a9c068a160c1bec6369a
This commit is contained in:
tao wang 2023-04-13 16:46:21 +08:00 committed by Lane.Wei
parent 4c41f46163
commit 7e5ddccabe

View file

@ -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;
}