diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index f95e13e8ec..8d11e61688 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1971,7 +1971,8 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event) } }); } - abort_dlg->update_text(_L("Are you sure you want to cancel this print?")); + abort_dlg->update_text(_L("Are you sure you want to stop this print?")); + abort_dlg->m_button_ok->SetLabel(_L("Stop")); abort_dlg->on_show(); }