From 43e83b46b778af2514aef6e6a3496331e91e77e1 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 23 May 2024 10:08:10 +0200 Subject: [PATCH] BIM: Fixed missing import in TDView - #14224 --- src/Mod/BIM/bimcommands/BimTDPage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/BIM/bimcommands/BimTDPage.py b/src/Mod/BIM/bimcommands/BimTDPage.py index 4e3d6f44d1..0c5100ec0e 100644 --- a/src/Mod/BIM/bimcommands/BimTDPage.py +++ b/src/Mod/BIM/bimcommands/BimTDPage.py @@ -30,6 +30,7 @@ import FreeCADGui import os QT_TRANSLATE_NOOP = FreeCAD.Qt.QT_TRANSLATE_NOOP +translate = FreeCAD.Qt.translate class BIM_TDPage: