PartGui: fix typo in pop-up message

spotted by @bitacovir in crowdin:
https://crowdin.com/translate/freecad/563/en-hu#6513090
This commit is contained in:
DeepSOIC
2018-12-13 14:45:23 +03:00
committed by Yorik van Havre
parent 843d334874
commit b2fa4ccfce

View File

@@ -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()
self.tv.restore()