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()) {