Sketcher: Remove redundant title case from task panel option of the Mirror tool (#23822)

* Sketcher: Update DrawSketchHandlerSymmetry.h

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

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
FEA-eng
2025-09-10 20:07:42 +02:00
committed by GitHub
parent 0b5552f375
commit 689740d3d3

View File

@@ -274,7 +274,7 @@ void DSHSymmetryController::configureToolWidget()
"Delete original geometries (U)"));
toolWidget->setCheckboxLabel(WCheckbox::SecondBox,
QApplication::translate("TaskSketcherTool_c2_symmetry",
"Create Symmetry Constraints (J)"));
"Create symmetry constraints (J)"));
}
}