ENH: translate "Slicing Canceled" and others

Change-Id: I034445d285a86e732abb9bd1dddd6cb5aabcead6
This commit is contained in:
Arthur 2022-12-06 14:29:25 +08:00 committed by Lane.Wei
parent a4cffa3c87
commit 3ad732bd93
10 changed files with 97 additions and 61 deletions

View file

@ -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;
}