Localization: Fixes for some phrases

+ Added/Fixed comments where it's needed
This commit is contained in:
YuSanka 2023-03-20 10:40:42 +01:00 committed by Lukas Matena
parent f9de995f9e
commit 18e56c3d53
32 changed files with 149 additions and 124 deletions

View file

@ -399,7 +399,8 @@ void PrintObject::infill()
this->prepare_infill();
if (this->set_started(posInfill)) {
m_print->set_status(45, _u8L("making infill"));
// TRN Status for the Print calculation
m_print->set_status(45, _u8L("Making infill"));
const auto& adaptive_fill_octree = this->m_adaptive_fill_octrees.first;
const auto& support_fill_octree = this->m_adaptive_fill_octrees.second;