FIX:add multilingual translation

Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
This commit is contained in:
tao wang 2022-08-26 14:14:33 +08:00 committed by Lane.Wei
parent 121dccc59c
commit a3fbcf2963
22 changed files with 192 additions and 111 deletions

View file

@ -411,7 +411,7 @@ wxBoxSizer *StatusBasePanel::create_project_task_page(wxWindow *parent)
});
m_button_abort = new ScalableButton(m_panel_progress, wxID_ANY, "print_control_stop", wxEmptyString, wxDefaultSize, wxDefaultPosition, wxBU_EXACTFIT | wxNO_BORDER, true);
m_button_abort->SetToolTip(_L("Abort"));
m_button_abort->SetToolTip(_L("Stop"));
m_button_abort->Bind(wxEVT_ENTER_WINDOW, [this](auto &e) {
m_button_abort->SetBitmap_("print_control_stop_hover");