Merge pull request #4804 from luzpaz/Crowdin-Draft

Crowdin: fix Draft mirror code typo
This commit is contained in:
Yorik van Havre
2021-05-25 15:07:28 +02:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ def mirror(objlist, p1, p2):
for obj in objlist:
mir = App.ActiveDocument.addObject("Part::Mirroring", "mirror")
mir.Label = obj.Label + " (" + translate("draft","mirrored" + ")")
mir.Label = obj.Label + " (" + translate("draft","mirrored") + ") "
mir.Source = obj
mir.Base = p1
mir.Normal = pnorm