Sketcher: improve Make Internals property tooltip (#23636)

* Sketcher: improve Make Internals property tooltip

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Sketcher: reword final MakeInternals tooltip

* Sketcher: apply final code review suggestion

Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>
This commit is contained in:
Furgo
2025-09-21 10:24:30 +02:00
committed by GitHub
parent 1838b10ef7
commit 15adc6f2c8

View File

@@ -173,7 +173,7 @@ SketchObject::SketchObject() : geoLastId(0)
(false),
"Internal Geometry",
App::Prop_None,
"Make internal geometry, e.g. split intersecting edges, face of closed wires.");
"Enables selection of closed profiles within a sketch as input for operations");
Geometry.setOrderRelevant(true);