FEM: Fix typo

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-04-09 19:45:08 +02:00
committed by wmayer
parent ab2f1c5d1d
commit 3a7f48c632
+1 -1
View File
@@ -107,7 +107,7 @@ class _CommandMechanicalShowResult:
return {'Pixmap': 'Fem_Result',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_ResultDisplacement","Show result"),
'Accel': "A",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_ResultDisplacement","Show result imformatation of an analysis")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_ResultDisplacement","Show result information of an analysis")}
def Activated(self):
import FemGui