From f12ca0c394b014ffd7c706aa59170a4f3ea21642 Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Mon, 5 Jan 2026 12:28:51 +0100 Subject: [PATCH] Assembly: RackPinion tooltip fix --- src/Mod/Assembly/CommandCreateJoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Assembly/CommandCreateJoint.py b/src/Mod/Assembly/CommandCreateJoint.py index 8d4016d41a..6ec366da18 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -295,8 +295,8 @@ class CommandCreateJointRackPinion: "Accel": "Q", "ToolTip": QT_TRANSLATE_NOOP( "Assembly_CreateJointRackPinion", - "

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

" - "

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

", + "

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.

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