[Fem] fix grammar

This commit is contained in:
luzpaz
2023-02-25 00:08:08 +00:00
committed by Bernd Hahnebach
parent 77d50db1bf
commit 5c6ec58709
35 changed files with 35 additions and 35 deletions

View File

@@ -83,7 +83,7 @@ def setup(doc=None, solvertype="ccxtools"):
ObjectsFem.makeEquationElasticity(doc, solver_obj)
else:
FreeCAD.Console.PrintWarning(
"Not known or not supported solver type: {}. "
"Unknown or unsupported solver type: {}. "
"No solver object was created.\n".format(solvertype)
)
if solvertype == "calculix" or solvertype == "ccxtools":