diff --git a/src/Mod/Path/PathScripts/PathProfile.py b/src/Mod/Path/PathScripts/PathProfile.py index a0f3172509..027e70193e 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -635,7 +635,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): else: # Attempt open-edges profile if self.JOB.GeometryTolerance.Value == 0.0: - msg = self.JOB.Label + '.GeometryTolerance = 0.0.' + msg = self.JOB.Label + '.GeometryTolerance = 0.0. ' msg += translate('PathProfile', 'Please set to an acceptable value greater than zero.') PathLog.error(msg) else: