mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: translate "Slicing Canceled" and others
Change-Id: I034445d285a86e732abb9bd1dddd6cb5aabcead6
This commit is contained in:
@@ -5677,7 +5677,7 @@ void Plater::priv::on_process_completed(SlicingProcessCompletedEvent &evt)
|
||||
}
|
||||
if (evt.cancelled()) {
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(", cancel event, status: %1%") % evt.status();
|
||||
this->notification_manager->set_slicing_progress_canceled(_utf8("Slicing Canceled"));
|
||||
this->notification_manager->set_slicing_progress_canceled(_u8L("Slicing Canceled"));
|
||||
is_finished = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user