From fd88bdd9b305b422cf22e54217f40b4e97ca39e9 Mon Sep 17 00:00:00 2001 From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Wed, 15 Mar 2017 11:22:44 +0100 Subject: [PATCH] Fix bug on the error message for the translation. --- src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp index 0ff6336f0..a4647bfe5 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp @@ -75,7 +75,7 @@ bool GeomAlgoAPI_Translation::check() return false; } if (!myEndPoint) { - myError = "Translation builder :: start point is not valid."; + myError = "Translation builder :: end point is not valid."; return false; } if (!mySourceShape) { -- 2.30.2