From 65e5b193e126f3c2673041003181bbbd6fa7d6ab Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 25 Oct 2024 21:45:14 +0800 Subject: [PATCH] ENH: translation jira: STUDIO-8530 Change-Id: I43aeda64251165eaa2fc7f26b6dbaf548bc62057 (cherry picked from commit 9c799cc98641e546e736acbf6c944cc3c230ba58) --- src/slic3r/GUI/StepMeshDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/StepMeshDialog.cpp b/src/slic3r/GUI/StepMeshDialog.cpp index d2bc18f1e3..96e71cbd25 100644 --- a/src/slic3r/GUI/StepMeshDialog.cpp +++ b/src/slic3r/GUI/StepMeshDialog.cpp @@ -104,10 +104,10 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file) CenteredStaticText* text_4 = new CenteredStaticText(overlay_panel, wxID_ANY, _L("Reduce Angle"), wxPoint(overlay_panel->GetSize().GetWidth() / 2, overlay_panel->GetSize().GetHeight() * 2 / 3)); - CenteredStaticText* text_5 = new CenteredStaticText(overlay_panel, wxID_ANY, _L("Many faces"), + CenteredStaticText* text_5 = new CenteredStaticText(overlay_panel, wxID_ANY, _L("Fewer faces"), wxPoint(overlay_panel->GetSize().GetWidth() / 6, overlay_panel->GetSize().GetHeight() * 2.8 / 3)); - CenteredStaticText* text_6 = new CenteredStaticText(overlay_panel, wxID_ANY, _L("Few faces"), + CenteredStaticText* text_6 = new CenteredStaticText(overlay_panel, wxID_ANY, _L("More faces"), wxPoint(overlay_panel->GetSize().GetWidth() * 5 / 6, overlay_panel->GetSize().GetHeight() * 2.8 / 3));