From dfbdb2005cfb3822557a5a7945bacfd2333d331a Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Mon, 5 Jan 2026 12:30:29 +0100 Subject: [PATCH] Update CommandCreateJoint.py --- src/Mod/Assembly/CommandCreateJoint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Assembly/CommandCreateJoint.py b/src/Mod/Assembly/CommandCreateJoint.py index 6ec366da18..8e9a2d001d 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -296,7 +296,7 @@ class CommandCreateJointRackPinion: "ToolTip": QT_TRANSLATE_NOOP( "Assembly_CreateJointRackPinion", "

Creates a rack and pinion joint that links a part with a slider joint to a part with a revolute joint

" - "

Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rack and the pinion.

", + "

Select the same coordinate systems as the revolute and slider joints. The pitch radius defines the movement ratio between the rack and the pinion.

", ), "CmdType": "ForEdit", } @@ -319,8 +319,8 @@ class CommandCreateJointScrew: "Accel": "W", "ToolTip": QT_TRANSLATE_NOOP( "Assembly_CreateJointScrew", - "

Creates a screw joint that links a part with a sliding joint to a part with a revolute joint

" - "

Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rotating screw and the sliding part.

", + "

Creates a screw joint that links a part with a slider joint to a part with a revolute joint

" + "

Select the same coordinate systems as the revolute and slider joints. The pitch radius defines the movement ratio between the rotating screw and the sliding part.

", ), "CmdType": "ForEdit", }