FEM: GUI: typos in FEM menue and icon tool tipps
This commit is contained in:
parent
684aca461e
commit
938dfbbca9
|
@ -537,7 +537,7 @@ CmdFemConstraintDisplacement::CmdFemConstraintDisplacement()
|
||||||
sAppModule = "Fem";
|
sAppModule = "Fem";
|
||||||
sGroup = QT_TR_NOOP("Fem");
|
sGroup = QT_TR_NOOP("Fem");
|
||||||
sMenuText = QT_TR_NOOP("Constraint displacement");
|
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";
|
sWhatsThis = "Fem_ConstraintDisplacement";
|
||||||
sStatusTip = sToolTipText;
|
sStatusTip = sToolTipText;
|
||||||
sPixmap = "fem-constraint-displacement";
|
sPixmap = "fem-constraint-displacement";
|
||||||
|
@ -725,7 +725,7 @@ CmdFemCreateNodesSet::CmdFemCreateNodesSet()
|
||||||
sAppModule = "Fem";
|
sAppModule = "Fem";
|
||||||
sGroup = QT_TR_NOOP("Fem");
|
sGroup = QT_TR_NOOP("Fem");
|
||||||
sMenuText = QT_TR_NOOP("Nodes set");
|
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";
|
sWhatsThis = "Fem_CreateNodesSet";
|
||||||
sStatusTip = sToolTipText;
|
sStatusTip = sToolTipText;
|
||||||
sPixmap = "fem-fem-mesh-create-node-by-poly";
|
sPixmap = "fem-fem-mesh-create-node-by-poly";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user