ENH:replace share with upload

jira:[update text]

Change-Id: Id380622e09f29b2b81001889169cc6aa7a492a40
This commit is contained in:
tao wang 2024-03-02 13:13:47 +08:00 committed by Lane.Wei
parent 8cf5061fec
commit d59d2fd014
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ wxBoxSizer* MainFrame::create_side_tools()
m_slice_select = eSlicePlate;
m_print_select = ePrintPlate;
m_publish_btn = new Button(this, _L("Share"), "bar_publish", 0, FromDIP(16));
m_publish_btn = new Button(this, _L("Upload"), "bar_publish", 0, FromDIP(16));
m_slice_btn = new SideButton(this, _L("Slice plate"), "");
m_slice_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
m_print_btn = new SideButton(this, _L("Print plate"), "");