From 44435bf9deeebe125e77d4d39fc2e42ffa628f3a Mon Sep 17 00:00:00 2001 From: filson1 <73068051+filson1@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:11:39 +0100 Subject: [PATCH] Helix tooltip spelling update in FeatureHelix.cpp --- src/Mod/PartDesign/App/FeatureHelix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/App/FeatureHelix.cpp b/src/Mod/PartDesign/App/FeatureHelix.cpp index 62c70e5efa..303bfbc197 100644 --- a/src/Mod/PartDesign/App/FeatureHelix.cpp +++ b/src/Mod/PartDesign/App/FeatureHelix.cpp @@ -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"