mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: change translation
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ie8c1508539dd18556a659f88302db744e8b3a4f8 (cherry picked from commit a04aec1db27f07022366a03543e1206910a536d1)
This commit is contained in:
@@ -1301,7 +1301,7 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) :
|
||||
m_merge_color_checkbox->Hide();
|
||||
m_merge_color_sizer->Add(m_merge_color_checkbox, 0, wxALIGN_LEFT | wxTOP, FromDIP(2));
|
||||
|
||||
m_merge_color_text = new wxStaticText(this, wxID_ANY, _L("Automatically merge the same colors in the model after mapping."));
|
||||
m_merge_color_text = new wxStaticText(this, wxID_ANY, _L("Merge all identical filaments."));
|
||||
m_merge_color_text->Hide();
|
||||
m_merge_color_sizer->AddSpacer(FromDIP(gap_between_checebox_and_text));
|
||||
m_merge_color_sizer->Add(m_merge_color_text, 0, wxALIGN_LEFT | wxTOP, FromDIP(2));
|
||||
|
||||
Reference in New Issue
Block a user