Mesh: fix grammatical issue in console message string

[skip ci]
This commit is contained in:
luz paz
2022-05-01 14:46:27 -04:00
committed by wwmayer
parent b4979fb480
commit 9529fccf86

View File

@@ -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()) {