From 73a021ca1ad0275f2b2d287c7f1e392aa9f2dd9c Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Thu, 8 Jan 2026 04:52:41 +0100 Subject: [PATCH] Assembly: Ground joint tooltip update (#25852) --- src/Mod/Assembly/CommandCreateJoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Assembly/CommandCreateJoint.py b/src/Mod/Assembly/CommandCreateJoint.py index 8e9a2d001d..aeb3ed1144 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -431,7 +431,7 @@ class CommandToggleGrounded: "ToolTip": QT_TRANSLATE_NOOP( "Assembly_ToggleGrounded", "

Toggles the grounding of a part.

" - "

Grounding a part permanently locks its position in the assembly, preventing any movement or rotation. You need at least one grounded part before starting to assemble.", + "

Grounding a part permanently locks its position in the assembly, preventing any movement or rotation.", ), "CmdType": "ForEdit", }