From b2fa4ccfce3dbf75aa3b15f366da029e0f65dbb4 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Thu, 13 Dec 2018 14:45:23 +0300 Subject: [PATCH] PartGui: fix typo in pop-up message spotted by @bitacovir in crowdin: https://crowdin.com/translate/freecad/563/en-hu#6513090 --- src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()