Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
"anggle" -> "angle"
"thicknes" -> "thickness"

Spotten on CrowdIn, with help of Kay G
  • Loading branch information
hasecilu authored and looooo committed Jan 8, 2025
1 parent f2d249c commit 0c8d8d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion freecad/gears/bevelgear.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, obj):
"tolerance",
QT_TRANSLATE_NOOP(
"App::Property",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
"The arc length on the pitch circle by which the tooth thickness is reduced.",
),
)
obj.addProperty(
Expand Down
2 changes: 1 addition & 1 deletion freecad/gears/cycloidgear.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def add_tolerance_properties(self, obj):
"tolerance",
QT_TRANSLATE_NOOP(
"App::Property",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
"The arc length on the pitch circle by which the tooth thickness is reduced.",
),
)
obj.addProperty(
Expand Down
2 changes: 1 addition & 1 deletion freecad/gears/internalinvolutegear.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def add_tolerance_properties(self, obj):
"tolerance",
QT_TRANSLATE_NOOP(
"App::Property",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
"The arc length on the pitch circle by which the tooth thickness is reduced.",
),
)
obj.addProperty(
Expand Down
2 changes: 1 addition & 1 deletion freecad/gears/involutegear.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def add_tolerance_properties(self, obj):
"tolerance",
QT_TRANSLATE_NOOP(
"App::Property",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
"The arc length on the pitch circle by which the tooth thickness is reduced.",
),
)
obj.addProperty(
Expand Down
2 changes: 1 addition & 1 deletion freecad/gears/involutegearrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def add_helical_properties(self, obj):
"App::PropertyAngle",
"helix_angle",
"helical",
QT_TRANSLATE_NOOP("App::Property", "helix anglle"),
QT_TRANSLATE_NOOP("App::Property", "helix angle"),
)
obj.addProperty(
"App::PropertyBool",
Expand Down
2 changes: 1 addition & 1 deletion freecad/gears/timinggear_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, obj):
"tolerance",
QT_TRANSLATE_NOOP(
"App::Property",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
"The arc length on the pitch circle by which the tooth thickness is reduced.",
),
)
obj.addProperty(
Expand Down

0 comments on commit 0c8d8d7

Please sign in to comment.