Fix typos on Assembly & Sketcher WBs

This commit is contained in:
hasecilu
2024-08-01 13:28:53 -06:00
committed by Chris Hennes
parent 1979f47714
commit 5c70bb70b8
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ class CommandCreateBom:
+ "</p><p>"
+ 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.",
)
+ "</p><p>"
+ QT_TRANSLATE_NOOP(

View File

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