From 58241e027e7187a1ecaeeb75668ef9a497437c68 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Thu, 1 Aug 2024 13:28:53 -0600 Subject: [PATCH] Fix typos on Assembly & Sketcher WBs --- src/Mod/Assembly/CommandCreateBom.py | 2 +- src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Assembly/CommandCreateBom.py b/src/Mod/Assembly/CommandCreateBom.py index c90425bf6c0c..5eed4338dcdc 100644 --- a/src/Mod/Assembly/CommandCreateBom.py +++ b/src/Mod/Assembly/CommandCreateBom.py @@ -76,7 +76,7 @@ def GetResources(self): + "

" + QT_TRANSLATE_NOOP( "Assembly_CreateBom", - "The BOM object is a document object that stores the settings of your BOM. It is also a spreadsheet object so you can easily visualize the bom. If you don't need the BOM object to be saved as a document object, you can simply export and cancel the task.", + "The BOM object is a document object that stores the settings of your BOM. It is also a spreadsheet object so you can easily visualize the BOM. If you don't need the BOM object to be saved as a document object, you can simply export and cancel the task.", ) + "

" + QT_TRANSLATE_NOOP( diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h index 0aad6457e741..0d1a270c5b4e 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h @@ -855,7 +855,7 @@ void DSHBSplineController::configureToolWidget() QApplication::translate("TaskSketcherTool_c1_bspline", "Periodic (R)")); toolWidget->setCheckboxToolTip( WCheckbox::FirstBox, - QApplication::translate("TaskSketcherTool_c1_bspline", "Create a periodic bspline.")); + QApplication::translate("TaskSketcherTool_c1_bspline", "Create a periodic B-spline.")); syncCheckboxToHandler(WCheckbox::FirstBox, handler->periodic); if (isConstructionMode()) {