Skip to content

Commit

Permalink
FEM: Change New Analysis shortcut to N, A
Browse files Browse the repository at this point in the history
Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 23, 2015
1 parent e6d7b7e commit 6ba642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -53,7 +53,7 @@ class _CommandNewMechanicalAnalysis:
def GetResources(self):
return {'Pixmap': 'Fem_Analysis',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_Analysis", "New mechanical analysis"),
'Accel': "A",
'Accel': "N, A",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_Analysis", "Create a new mechanical analysis")}

def Activated(self):
Expand Down

0 comments on commit 6ba642a

Please sign in to comment.