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

@ -51,6 +51,7 @@ const std::array<unsigned, slaposCount> OBJ_STEP_LEVELS = {
std::string OBJ_STEP_LABELS(size_t idx)
{
switch (idx) {
// TRN Status of the SLA print calculation
case slaposAssembly: return _u8L("Assembling model from parts");
case slaposHollowing: return _u8L("Hollowing model");
case slaposDrillHoles: return _u8L("Drilling holes into model.");