Skip to content

Commit

Permalink
Assembly: fix missing space
Browse files Browse the repository at this point in the history
Co-authored-by: Anselm Baur <anselm-baur@live.de>
  • Loading branch information
anselm-baur and Anselm Baur authored Jan 18, 2025
1 parent be2a45e commit e22b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Assembly/CommandCreateJoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def GetResources(self):
+ "</p><p>"
+ 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.",

Check warning on line 229 in src/Mod/Assembly/CommandCreateJoint.py

View workflow job for this annotation

GitHub Actions / Lint / Lint

Line too long (160/100) (line-too-long)
)
+ "</p>",
Expand Down

0 comments on commit e22b226

Please sign in to comment.