Fix some typos on several files

- Missing spaces
- Missing commas
- 3D, G-code, Git, SPOOLES, Python capitalization
This commit is contained in:
hasecilu
2024-08-22 14:13:49 -06:00
parent 66e81e866b
commit 2e7a04f4e2
22 changed files with 41 additions and 41 deletions

View File

@@ -287,7 +287,7 @@ void SketcherValidation::onFindReversedClicked()
*sketch,
tr("Reversed external geometry"),
tr("%1 reversed external-geometry arcs were found. Their endpoints are"
" encircled in 3d view.\n\n"
" encircled in 3D view.\n\n"
"%2 constraints are linking to the endpoints. The constraints have"
" been listed in Report view (menu View -> Panels -> Report view).\n\n"
"Click \"Swap endpoints in constraints\" button to reassign endpoints."
@@ -302,7 +302,7 @@ void SketcherValidation::onFindReversedClicked()
*sketch,
tr("Reversed external geometry"),
tr("%1 reversed external-geometry arcs were found. Their endpoints are "
"encircled in 3d view.\n\n"
"encircled in 3D view.\n\n"
"However, no constraints linking to the endpoints were found.")
.arg(points.size() / 2));