From c8a6f2c55cd6a5652867b74ec6dd8f0e8ea147bb Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Thu, 25 Apr 2024 10:08:48 +0200 Subject: [PATCH] Assembly: Improve tooltip of CommandCreateJointDistance --- 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 240f35647e..0da7bbdbd3 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -224,8 +224,8 @@ class CommandCreateJointDistance: + "

" + QT_TRANSLATE_NOOP( "Assembly_CreateJointDistance", - "It can be used to create a lot of different joints based on the selection." - "For example a distance of 0 between a plane and a cylinder is a tangent. A distance of 0 between planes will make them coplanar. And so on.", + "Create one of several different joints based on the selection." + "For example, a distance of 0 between a plane and a cylinder creates a tangent joint. A distance of 0 between planes will make them co-planar.", ) + "

", "CmdType": "ForEdit",