Fix typos
"anggle" -> "angle" "thicknes" -> "thickness" Spotten on CrowdIn, with help of Kay G
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user