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", }