Fix typos in warning message
This commit is contained in:
@@ -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."
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user