diff --git a/src/Mod/Fem/feminout/exportNastranMesh.py b/src/Mod/Fem/feminout/exportNastranMesh.py index 891e4ab40c..669dd722e8 100644 --- a/src/Mod/Fem/feminout/exportNastranMesh.py +++ b/src/Mod/Fem/feminout/exportNastranMesh.py @@ -36,7 +36,7 @@ try: from pyNastran.bdf.bdf import BDF except Exception: FreeCAD.Console.PrintError( - "Module pyNastran not found. Writing Mystran solver input will not be work.\n" + "Module pyNastran not found. Writing Mystran solver input will not work.\n" ) from FreeCAD import Console