mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:35:55 +08:00
Do not translate debug phrazes
This commit is contained in:
parent
544c2c30c8
commit
77ba80dcc9
@ -1431,8 +1431,8 @@ void GLGizmoSVG::draw_preview(){
|
|||||||
count_of_points += count_points(expoly);
|
count_of_points += count_points(expoly);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TRN: All the three placeholders are numbers
|
// Do not translate it is only for debug
|
||||||
std::string tooltip = GUI::format(_L("SVG contains %1% shapes which create %2% polygons with %3% line segments"),
|
std::string tooltip = GUI::format("%1% shapes, which create %2% polygons with %3% line segments",
|
||||||
count_of_shapes, count_of_expolygons, count_of_points);
|
count_of_shapes, count_of_expolygons, count_of_points);
|
||||||
ImGui::SetTooltip("%s", tooltip.c_str());
|
ImGui::SetTooltip("%s", tooltip.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user