Skip to content

Commit

Permalink
FEM: Adjust names of constraint menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
drhooves authored and yorikvanhavre committed Jul 10, 2017
1 parent 7ec6459 commit f2c0f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -445,7 +445,7 @@ CmdFemConstraintTransform::CmdFemConstraintTransform()
{
sAppModule = "Fem";
sGroup = QT_TR_NOOP("Fem");
sMenuText = QT_TR_NOOP("Create FEM transform constraint");
sMenuText = QT_TR_NOOP("Constraint transform");
sToolTipText = QT_TR_NOOP("Create FEM constraint for transforming a face");
sWhatsThis = "FEM_ConstraintTransform";
sStatusTip = sToolTipText;
Expand Down Expand Up @@ -579,7 +579,7 @@ CmdFemConstraintFluidBoundary::CmdFemConstraintFluidBoundary()
{
sAppModule = "Fem";
sGroup = QT_TR_NOOP("Fem");
sMenuText = QT_TR_NOOP("Create fluid boundary condition");
sMenuText = QT_TR_NOOP("Fluid boundary condition");
sToolTipText = QT_TR_NOOP("Create fluid boundary condition on face entity for Computional Fluid Dynamics");
sWhatsThis = "FEM_ConstraintFluidBoundary";
sStatusTip = sToolTipText;
Expand Down

0 comments on commit f2c0f9c

Please sign in to comment.