diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp index 6198f52c86..f2f81d3706 100644 --- a/src/slic3r/GUI/Field.cpp +++ b/src/slic3r/GUI/Field.cpp @@ -1315,7 +1315,7 @@ void Choice::BUILD() opt_height = (double) temp->GetTextCtrl()->GetSize().GetHeight() / m_em_unit; // BBS - temp->SetTextLabel(m_opt.sidetext); + temp->SetTextLabel(_L(m_opt.sidetext)); m_combine_side_text = true; #ifdef __WXGTK3__