Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Feb 11, 2015
1 parent ff269ef commit 02efe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandConstraints.cpp
Expand Up @@ -2715,7 +2715,7 @@ CmdSketcherConstrainInternalAlignment::CmdSketcherConstrainInternalAlignment()
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Constrain InternalAlignment");
sToolTipText = QT_TR_NOOP("Constraint an element to be aligned with the internal geometry of another element");
sToolTipText = QT_TR_NOOP("Constrains an element to be aligned with the internal geometry of another element");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Constraint_InternalAlignment";
Expand Down

0 comments on commit 02efe58

Please sign in to comment.