diff --git a/src/Mod/CAM/Path/Op/Gui/Array.py b/src/Mod/CAM/Path/Op/Gui/Array.py index ef63c9c815..73cdad5804 100644 --- a/src/Mod/CAM/Path/Op/Gui/Array.py +++ b/src/Mod/CAM/Path/Op/Gui/Array.py @@ -211,15 +211,15 @@ class ObjectArray: self.FirstRun = False QtGui.QMessageBox.warning( None, - QT_TRANSLATE_NOOP("CAM_ArrayOp", "Operation is depreciated"), + QT_TRANSLATE_NOOP("CAM_ArrayOp", "Operation is deprecated"), QT_TRANSLATE_NOOP( "CAM_ArrayOp", ( - "CAM -> Path Modification -> Array operation is depreciated " + "CAM -> Path Modification -> Array operation is deprecated " "and will be removed in future FreeCAD versions.\n\n" "Please use CAM -> Path Dressup -> Array instead.\n\n" "DO NOT USE CURRENT ARRAY OPERATION WHEN MACHINING WITH COOLANT!\n" - "Due to a bug - collant will not be enabled for array paths." + "Due to a bug - coolant will not be enabled for array paths." ), ), )