diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index 65fcc62a83..5fbf0d4b6b 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -1221,7 +1221,7 @@ void CmdSketcherConstrainHorizontal::applyConstraint(std::vector &sel } // undo command open - Gui::Command::openCommand("add horizontal alignement"); + Gui::Command::openCommand("Add horizontal alignment"); // issue the actual commands to create the constraint Gui::cmdAppObjectArgs(sketchgui->getObject() ,"addConstraint(Sketcher.Constraint('Horizontal',%d,%d,%d,%d)) " @@ -1456,7 +1456,7 @@ void CmdSketcherConstrainVertical::applyConstraint(std::vector &selSe } // undo command open - Gui::Command::openCommand("add horizontal alignement"); + Gui::Command::openCommand("Add horizontal alignment"); // issue the actual commands to create the constraint Gui::cmdAppObjectArgs(sketchgui->getObject() ,"addConstraint(Sketcher.Constraint('Vertical',%d,%d,%d,%d)) "