From e73ea7d244657f0be872238d31a6bcf078cf1bc4 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 23 Oct 2020 11:26:53 -0400 Subject: [PATCH] Sketcher: Fix typos [skip-ci] --- src/Mod/Sketcher/Gui/CommandConstraints.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) "