FEM: fix translation issue of FEM Menue

This commit is contained in:
Bernd Hahnebach
2016-03-09 11:34:15 +01:00
committed by wmayer
parent 1531f5a325
commit fcd4603b66
3 changed files with 6 additions and 6 deletions

View File

@@ -37,9 +37,9 @@ class _CommandSolverJobControl(FemCommands):
def __init__(self):
super(_CommandSolverJobControl, self).__init__()
self.resources = {'Pixmap': 'fem-new-analysis',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Start solver job control"),
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_SolverJobControl", "Start solver job control"),
'Accel': "S, C",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Dialog to start the calculation of the selected solver")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_SolverJobControl", "Dialog to start the calculation of the selected solver")}
self.is_active = 'with_solver'
def Activated(self):