Residual files left to remove \n from translate()

This commit is contained in:
luz.paz
2018-02-12 10:23:58 -05:00
committed by Yorik van Havre
parent bf0d94458a
commit 5d07c271ee
3 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class CommandPathSanity:
clean = True
# if obj.X_Max == obj.X_Min or obj.Y_Max == obj.Y_Min:
# FreeCAD.Console.PrintWarning(translate("Path_Sanity", "It appears the machine limits haven't been set. Not able to check path extents.\n"))
# FreeCAD.Console.PrintWarning(translate("Path_Sanity", "It appears the machine limits haven't been set. Not able to check path extents.")+"\n")
if obj.PostProcessor == '':
FreeCAD.Console.PrintWarning(translate("Path_Sanity", "A Postprocessor has not been selected.")+"\n")