FEM: GUI: typos in FEM menue and icon tool tipps

This commit is contained in:
Bernd Hahnebach 2016-07-21 06:08:10 +01:00 committed by Yorik van Havre
parent 684aca461e
commit 938dfbbca9

View File

@ -537,7 +537,7 @@ CmdFemConstraintDisplacement::CmdFemConstraintDisplacement()
sAppModule = "Fem";
sGroup = QT_TR_NOOP("Fem");
sMenuText = QT_TR_NOOP("Constraint displacement");
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for a displacement acting on a face");
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for a displacement acting on a geometric entity");
sWhatsThis = "Fem_ConstraintDisplacement";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-displacement";
@ -725,7 +725,7 @@ CmdFemCreateNodesSet::CmdFemCreateNodesSet()
sAppModule = "Fem";
sGroup = QT_TR_NOOP("Fem");
sMenuText = QT_TR_NOOP("Nodes set");
sToolTipText = QT_TR_NOOP("Create a FEM mesh nodes set");
sToolTipText = QT_TR_NOOP("Creates a FEM mesh nodes set");
sWhatsThis = "Fem_CreateNodesSet";
sStatusTip = sToolTipText;
sPixmap = "fem-fem-mesh-create-node-by-poly";