From 52de0541542d59d1b768c1f66f3dc43bbca33c64 Mon Sep 17 00:00:00 2001 From: Ryan Kembrey <114723629+ryankembrey@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:22:20 +1000 Subject: [PATCH] Fem: Fix typo in VTK module warning: 'then' -> 'than' (#21752) Co-authored-by: Ryan Kembrey --- src/Mod/Fem/femguiutils/vtk_module_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femguiutils/vtk_module_handling.py b/src/Mod/Fem/femguiutils/vtk_module_handling.py index 4d24099fcc..6c834b0820 100644 --- a/src/Mod/Fem/femguiutils/vtk_module_handling.py +++ b/src/Mod/Fem/femguiutils/vtk_module_handling.py @@ -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{}" ),