mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:05:56 +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);
|
||||
}
|
||||
}
|
||||
// TRN: All the three placeholders are numbers
|
||||
std::string tooltip = GUI::format(_L("SVG contains %1% shapes which create %2% polygons with %3% line segments"),
|
||||
// Do not translate it is only for debug
|
||||
std::string tooltip = GUI::format("%1% shapes, which create %2% polygons with %3% line segments",
|
||||
count_of_shapes, count_of_expolygons, count_of_points);
|
||||
ImGui::SetTooltip("%s", tooltip.c_str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user