Helix tooltip spelling update in FeatureHelix.cpp

This commit is contained in:
filson1
2025-01-28 23:11:39 +01:00
committed by Max Wilfinger
parent 67c772553b
commit 44435bf9de

View File

@@ -91,7 +91,7 @@ Helix::Helix()
ADD_PROPERTY_TYPE(Angle, (0.0), group, App::Prop_None,
QT_TRANSLATE_NOOP("App::Property", "The angle of the cone that forms a hull around the helix.\n"
"Non-zero values turn the helix into a conical spiral.\n"
"Positive values make the radius grow, nevatige shrink."));
"Positive values make the radius grow, negative shrinks."));
Angle.setConstraints(&floatAngle);
ADD_PROPERTY_TYPE(Growth, (0.0), group, App::Prop_None,
QT_TRANSLATE_NOOP("App::Property", "The growth of the helix' radius per turn.\n"