Assembly: Ground joint tooltip update (#25852)

This commit is contained in:
PaddleStroke
2026-01-08 04:52:41 +01:00
committed by GitHub
parent 11c709d4df
commit 73a021ca1a

View File

@@ -431,7 +431,7 @@ class CommandToggleGrounded:
"ToolTip": QT_TRANSLATE_NOOP(
"Assembly_ToggleGrounded",
"<p>Toggles the grounding of a part.</p>"
"<p>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.",
"<p>Grounding a part permanently locks its position in the assembly, preventing any movement or rotation.",
),
"CmdType": "ForEdit",
}