Mesh: fix grammatical issue in console message string
[skip ci]
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user