diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h index dda7abbf11..407739b2f7 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h @@ -1190,6 +1190,23 @@ void DSHOffsetController::configureToolWidget() WCheckbox::SecondBox, QApplication::translate("TaskSketcherTool_c2_offset", "Add offset constraint (J)") ); + toolWidget->setCheckboxToolTip( + WCheckbox::FirstBox, + QApplication::translate( + "TaskSketcherTool_c1_offset", + "Deletes the original geometry. If creating a single copy, this effectively " + "performs a 'Move' operation." + ) + ); + toolWidget->setCheckboxToolTip( + WCheckbox::SecondBox, + QApplication::translate( + "TaskSketcherTool_c2_offset", + "Adds a distance constraint with additional construction geometries that allows " + "the distance to modify the entire offset geometry" + + ) + ); } onViewParameters[OnViewParameter::First]->setLabelType(