Do not translate debug phrazes

This commit is contained in:
Filip Sykala - NTB T15p 2023-10-16 11:49:53 +02:00
parent 544c2c30c8
commit 77ba80dcc9

View File

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