Fem: Fix typo in VTK module warning: 'then' -> 'than' (#21752)

Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts>
This commit is contained in:
Ryan Kembrey
2025-06-04 15:22:20 +10:00
committed by GitHub
parent 1384da4d7a
commit 52de054154

View File

@@ -178,7 +178,7 @@ def vtk_module_handling():
message = translate(
"FEM",
(
"FreeCAD is linked to a different VTK library then the imported "
"FreeCAD is linked to a different VTK library than the imported "
"VTK python module. This is incompatible and will lead to errors."
"\n\nWrong python module is imported from: \n{}"
),