From 6590ccf168ba13405f3b9082da3b568fadd32971 Mon Sep 17 00:00:00 2001 From: Mack Date: Thu, 14 Nov 2024 19:24:46 +0800 Subject: [PATCH] ENH:translate step mesh text jira: nojira Change-Id: Ic8c9e010551cc9acab9e863e60321a6b64f83778 (cherry picked from commit 228a19e6049bae320560c5eac05580bee354860e) --- src/slic3r/GUI/StepMeshDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/StepMeshDialog.cpp b/src/slic3r/GUI/StepMeshDialog.cpp index 9c4b93099b..fa64b447d0 100644 --- a/src/slic3r/GUI/StepMeshDialog.cpp +++ b/src/slic3r/GUI/StepMeshDialog.cpp @@ -116,7 +116,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line // bSizer->Add(overlay_panel, 0, wxALIGN_CENTER | wxALL, 10); wxBoxSizer* tips_sizer = new wxBoxSizer(wxVERTICAL); - wxStaticText* info = new wxStaticText(this, wxID_ANY, _L("Smaller linear and angular deflections result in higher-quality transformations but increase the transfer time.")); + wxStaticText* info = new wxStaticText(this, wxID_ANY, _L("Smaller linear and angular deflections result in higher-quality transformations but increase the processing time.")); wxStaticText *tips = new wxStaticText(this, wxID_ANY, _L("See BambuLab Wiki")); wxFont font(10, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false); font.SetUnderlined(true);