From ca285f2e97e46cb8399524f4e3d47eeaf8725ede Mon Sep 17 00:00:00 2001 From: anselm-baur Date: Sat, 18 Jan 2025 20:45:50 +0100 Subject: [PATCH] Assembly: fix missing space Co-authored-by: Anselm Baur --- 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 3f3dae5512..3360813a3b 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -225,7 +225,7 @@ class CommandCreateJointDistance: + "

" + QT_TRANSLATE_NOOP( "Assembly_CreateJointDistance", - "Create one of several different joints based on the selection." + "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.", ) + "

",