Fix typos

"anggle" -> "angle"
"thicknes" -> "thickness"

Spotten on CrowdIn, with help of Kay G
This commit is contained in:
hasecilu
2025-01-08 16:17:19 -06:00
committed by lorenz
parent f2d249c162
commit 0c8d8d764b
6 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ class BevelGear(BaseGear):
"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(

View File

@@ -172,7 +172,7 @@ class CycloidGear(BaseGear):
"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(

View File

@@ -258,7 +258,7 @@ class InternalInvoluteGear(BaseGear):
"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(

View File

@@ -312,7 +312,7 @@ class InvoluteGear(BaseGear):
"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(

View File

@@ -123,7 +123,7 @@ class InvoluteGearRack(BaseGear):
"App::PropertyAngle",
"helix_angle",
"helical",
QT_TRANSLATE_NOOP("App::Property", "helix anglle"),
QT_TRANSLATE_NOOP("App::Property", "helix angle"),
)
obj.addProperty(
"App::PropertyBool",

View File

@@ -65,7 +65,7 @@ class TimingGearT(BaseGear):
"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(