FIX: switch diameter texts

Change-Id: I2e93cdd0895f3b7f2531d96c64f7caa8d0440194
Jira: none
(cherry picked from commit 50f9bdbd91de69b160013bf8b6a9bd561e23474e)
This commit is contained in:
chunmao.guo 2025-01-19 15:46:19 +08:00 committed by Noisyfox
parent 4da45516cb
commit b9f6e43159

View file

@ -1637,7 +1637,7 @@ Sidebar::Sidebar(Plater *parent)
wxBoxSizer* bSizer39;
bSizer39 = new wxBoxSizer( wxHORIZONTAL );
p->m_filament_icon = new ScalableButton(p->m_panel_filament_title, wxID_ANY, "filament");
p->m_staticText_filament_settings = new Label(p->m_panel_filament_title, _CTX(L_CONTEXT("Filaments", "SideBar"), "SideBar"), LB_PROPAGATE_MOUSE_EVENT);
p->m_staticText_filament_settings = new Label(p->m_panel_filament_title, _L("Project's filaments"));
bSizer39->Add(p->m_filament_icon, 0, wxALIGN_CENTER | wxLEFT, FromDIP(SidebarProps::TitlebarMargin()));
bSizer39->AddSpacer(FromDIP(SidebarProps::ElementSpacing()));
bSizer39->Add( p->m_staticText_filament_settings, 0, wxALIGN_CENTER );