mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX:Change text in stop printing dialog
jira: STUDIO-7899 Change-Id: Ic93f7322aa35c06dd98df2b70c9f24f94a62467c (cherry picked from commit b2418c74172364f875a08844fd7bb103a849a973)
This commit is contained in:
@@ -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();
|
abort_dlg->on_show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user