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:
committed by
Yorik van Havre
parent
843d334874
commit
b2fa4ccfce
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user