From 641a2a75bf2e1aeed8ec88f71022ecd598a68c95 Mon Sep 17 00:00:00 2001 From: Johannes Reinhardt Date: Fri, 16 May 2014 15:25:05 +0200 Subject: [PATCH] fix typos in Sketcher --- src/Mod/Sketcher/Gui/CommandConstraints.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index e94ac80aa..51e9b139a 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -903,8 +903,8 @@ void CmdSketcherConstrainDistanceX::activated(int iMsg) if (GeoId1 < 0) { QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - GeoId1 < -2 ? QObject::tr("Cannot add a fixed x-cootdinate constraint on an external geometry!") - : QObject::tr("Cannot add a fixed x-cootdinate constraint on the root point!")); + GeoId1 < -2 ? QObject::tr("Cannot add a fixed x-coordinate constraint on an external geometry!") + : QObject::tr("Cannot add a fixed x-coordinate constraint on the root point!")); return; } @@ -1035,8 +1035,8 @@ void CmdSketcherConstrainDistanceY::activated(int iMsg) if (GeoId1 < 0) { QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - GeoId1 < -2 ? QObject::tr("Cannot add a fixed y-cootdinate constraint on an external geometry!") - : QObject::tr("Cannot add a fixed y-cootdinate constraint on the root point!")); + GeoId1 < -2 ? QObject::tr("Cannot add a fixed y-coordinate constraint on an external geometry!") + : QObject::tr("Cannot add a fixed y-coordinate constraint on the root point!")); return; } @@ -1668,7 +1668,7 @@ void CmdSketcherConstrainEqual::activated(int iMsg) if (SubNames.size() < 2) { QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Select atleast two lines from the sketch.")); + QObject::tr("Select at least two lines from the sketch.")); return; }