diff --git a/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py b/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py index 64651dd27a..1bbaa26232 100644 --- a/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py +++ b/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py @@ -210,7 +210,7 @@ class AttachmentEditorTaskPanel(FrozenClass): mb = QtGui.QMessageBox() mb.setIcon(mb.Icon.Warning) mb.setText(_translate('AttachmentEditor', - "{obj} is not attachable. You can still use attachment editor dialog to align the object, but the attachment won't be parametic." + "{obj} is not attachable. You can still use attachment editor dialog to align the object, but the attachment won't be parametric." ,None) .format(obj= obj_to_attach.Label)) mb.setWindowTitle(_translate('AttachmentEditor',"Attachment",None)) @@ -601,4 +601,4 @@ class AttachmentEditorTaskPanel(FrozenClass): '''stuff that needs to be done when dialog is closed.''' Gui.Selection.removeObserver(self) if self.tv: - self.tv.restore() \ No newline at end of file + self.tv.restore()