Skip to content

Commit

Permalink
Sketcher: Fix typos [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and wwmayer committed Oct 24, 2020
1 parent 9f74b42 commit e73ea7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Sketcher/Gui/CommandConstraints.cpp
Expand Up @@ -1221,7 +1221,7 @@ void CmdSketcherConstrainHorizontal::applyConstraint(std::vector<SelIdPair> &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)) "
Expand Down Expand Up @@ -1456,7 +1456,7 @@ void CmdSketcherConstrainVertical::applyConstraint(std::vector<SelIdPair> &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)) "
Expand Down

0 comments on commit e73ea7d

Please sign in to comment.