Fix typos on Assembly & Sketcher WBs
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user