diff --git a/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp b/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp index 49a86ff3d1..941dd782a1 100644 --- a/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp +++ b/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp @@ -925,7 +925,7 @@ void DlgEvaluateMeshImp::on_analyzeSelfIntersectionButton_clicked() eval.GetIntersections(intersection); } catch (const Base::AbortException&) { - Base::Console().Message("The self-intersection analyse was aborted by the user\n"); + Base::Console().Message("The self-intersection analysis was aborted by the user\n"); } if (intersection.empty()) {