From 0dbda47be153111741b8362c225dd25be867da7b Mon Sep 17 00:00:00 2001 From: tao wang Date: Mon, 5 Jun 2023 14:13:25 +0800 Subject: [PATCH] FIX:update the message text of the filtration backup Change-Id: I5c24cae4370f9a94154ed7eb408e8c65cb5c6a1e --- src/slic3r/GUI/AmsMappingPopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AmsMappingPopup.cpp b/src/slic3r/GUI/AmsMappingPopup.cpp index f76f50ad4..8299705ed 100644 --- a/src/slic3r/GUI/AmsMappingPopup.cpp +++ b/src/slic3r/GUI/AmsMappingPopup.cpp @@ -1190,7 +1190,7 @@ void AmsReplaceMaterialDialog::create() auto label_title = new Label(this, _L("Auto refill")); label_title->SetFont(Label::Head_14); label_title->SetForegroundColour(0x00AE42); - auto label_txt = new Label(this, _L("When the current material run out,the printer will continue to print in the following order.")); + auto label_txt = new Label(this, _L("When the current material run out, the printer will continue to print in the following order.")); label_txt->SetFont(Label::Body_13); label_txt->SetForegroundColour(StateColor::darkModeColorFor(wxColour("#323A3C"))); label_txt->SetMinSize(wxSize(FromDIP(380), -1));