Skip to content

Commit

Permalink
Fix typos on Assembly & Sketcher WBs
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored and chennes committed Aug 2, 2024
1 parent 4bb0a0e commit 58241e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Assembly/CommandCreateBom.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def GetResources(self):
+ "</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.",

Check warning on line 79 in src/Mod/Assembly/CommandCreateBom.py

View workflow job for this annotation

GitHub Actions / Lint / Lint

Line too long (271/100) (line-too-long)
)
+ "</p><p>"
+ QT_TRANSLATE_NOOP(
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 58241e0

Please sign in to comment.