From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Wed, 15 Mar 2017 10:22:44 +0000 (+0100) Subject: Fix bug on the error message for the translation. X-Git-Tag: V_2.7.0~229 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fd88bdd9b305b422cf22e54217f40b4e97ca39e9;p=modules%2Fshaper.git Fix bug on the error message for the translation. --- 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) {