From 212d5cf4a35ffb5db90938bb367189c90057722f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:25:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h index bed1e99ab8..5211037237 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h @@ -1667,9 +1667,8 @@ void DSHRectangleController::configureToolWidget() QApplication::translate("TaskSketcherTool_c2_rectangle", "Frame (J)")); toolWidget->setCheckboxToolTip( WCheckbox::SecondBox, - QApplication::translate( - "TaskSketcherTool_c2_rectangle", - "Create two rectangles with a constant offset.")); + QApplication::translate("TaskSketcherTool_c2_rectangle", + "Create two rectangles with a constant offset.")); syncCheckboxToHandler(WCheckbox::SecondBox, handler->makeFrame); if (isConstructionMode()) {