From c4b1c830fe43e63b3373c2aff98856d499e7f4c3 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Sat, 12 Apr 2025 08:07:57 +0300 Subject: [PATCH] Fix typos in warning message --- src/Mod/CAM/Path/Op/Gui/Array.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." ), ), )