Crowdin: fix Draft mirror code typo

ref: https://crowdin.com/translate/freecad/548/en-en?filter=basic&value=2#6587132
This commit is contained in:
luz paz
2021-05-17 10:42:22 -04:00
parent 3ba585a807
commit 78d3d0039f

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