Skip to content

Commit

Permalink
FEM: GUI: typos in FEM menue and icon tool tipps
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and yorikvanhavre committed Jul 21, 2016
1 parent 684aca4 commit 938dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 938dfbb

Please sign in to comment.