ENH:translate text

jira:none
Change-Id: I2d37d7ba4867b1507d2a8073dfdfc836b7c8e112
(cherry picked from commit 5427e9e0522b370e85ef0b2eab8394ae5f41ed40)
This commit is contained in:
zhou.xu
2025-01-19 22:18:09 +08:00
committed by Noisyfox
parent 996ca9752e
commit 8c06b19a7b
5 changed files with 5 additions and 5 deletions

View File

@@ -343,7 +343,7 @@ FilamentMapDefaultPanel::FilamentMapDefaultPanel(wxWindow *parent) : wxPanel(par
{
auto sizer = new wxBoxSizer(wxHORIZONTAL);
m_label = new Label(this, _L("The filament grouping for current plate follows the global settings."));
m_label = new Label(this, _L("The filament grouping method for current plate is determined by the dropdown option at the slicing plate button."));
m_label->SetFont(Label::Body_14);
m_label->SetBackgroundColour(*wxWHITE);