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:
salt.wei
2025-02-14 15:28:41 +08:00
committed by Noisyfox
parent 27ed7a74d6
commit 650c82132d

View File

@@ -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));