ENH:modify text

jira: none
Change-Id: I42d4d5e65246bbb779ca0ff5a9860a414a2f66dd
This commit is contained in:
zhou.xu 2025-03-18 11:53:30 +08:00 committed by lane.wei
parent 6bfaa7952c
commit ffe47e1ea8
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ wxBoxSizer *ObjColorPanel::create_add_btn_sizer(wxWindow *parent)
StateColor calc_btn_text(std::pair<wxColour, int>(wxColour(255, 255, 254), StateColor::Normal));
// create btn
m_quick_add_btn = new Button(parent, _L("Append"));
m_quick_add_btn->SetToolTip(_L("Add consumable extruder after existing extruders."));
m_quick_add_btn->SetToolTip(_L("Append to existing filaments"));
auto cur_btn = m_quick_add_btn;
cur_btn->SetFont(Label::Body_13);
cur_btn->SetMinSize(wxSize(FromDIP(60), FromDIP(20)));