Salome HOME
Fix bug on the error message for the translation.
authorClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Wed, 15 Mar 2017 10:22:44 +0000 (11:22 +0100)
committerClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Wed, 15 Mar 2017 10:22:44 +0000 (11:22 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp

index 0ff6336f0a80eb1618942d44d8be0a4779199175..a4647bfe5d36307bf3c4f5851310df415c447f9c 100644 (file)
@@ -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) {