mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: translate "Slicing Canceled" and others
Change-Id: I034445d285a86e732abb9bd1dddd6cb5aabcead6
This commit is contained in:
parent
a4cffa3c87
commit
3ad732bd93
10 changed files with 97 additions and 61 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue