mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 08:06:06 +08:00
ENH: translation
jira: STUDIO-8530 Change-Id: I43aeda64251165eaa2fc7f26b6dbaf548bc62057 (cherry picked from commit 9c799cc98641e546e736acbf6c944cc3c230ba58)
This commit is contained in:
parent
207d08476c
commit
65e5b193e1
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user