From ed4183471d88b2bdd30ec9f6f62c57ae8be19576 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Fri, 11 Apr 2025 15:20:43 +0800 Subject: [PATCH] ENH: update text jira: [STUDIO-11519] Change-Id: Iaa222b566245efc676d0675f6bed3a585d7fd83e --- src/slic3r/GUI/PrintOptionsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/PrintOptionsDialog.cpp b/src/slic3r/GUI/PrintOptionsDialog.cpp index 231f22d29..24c38af7a 100644 --- a/src/slic3r/GUI/PrintOptionsDialog.cpp +++ b/src/slic3r/GUI/PrintOptionsDialog.cpp @@ -640,7 +640,7 @@ PrinterPartsDialog::PrinterPartsDialog(wxWindow* parent) line_sizer_nozzle_diameter->Add(0, 0, 1, wxEXPAND, 5); line_sizer_nozzle_diameter->Add(nozzle_diameter_checkbox, 0, wxALIGN_CENTER, 5); - change_nozzle_tips = new Label(single_panel, _L("*Tips: If you changed your nozzle lately, please change settings on printer screen.")); + change_nozzle_tips = new Label(single_panel, _L("Please change the nozzle settings on the printer.")); change_nozzle_tips->SetFont(Label::Body_13); change_nozzle_tips->SetForegroundColour(STATIC_TEXT_CAPTION_COL); @@ -736,7 +736,7 @@ PrinterPartsDialog::PrinterPartsDialog(wxWindow* parent) multiple_right_line_sizer->Add(0, 0, 1, wxLEFT, FromDIP(8)); multiple_right_line_sizer->Add(multiple_right_nozzle_flow_checkbox, 0, wxALIGN_CENTER, 0); - multiple_change_nozzle_tips = new Label(multiple_panel, _L("*Tips: If you changed your nozzle lately, please change settings on printer screen.")); + multiple_change_nozzle_tips = new Label(multiple_panel, _L("Please change the nozzle settings on the printer.")); multiple_change_nozzle_tips->SetFont(Label::Body_13); multiple_change_nozzle_tips->SetForegroundColour(STATIC_TEXT_CAPTION_COL);