From e3c74954c1e20cf271c515abe50f1db304565e6d Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Mon, 27 May 2024 00:56:20 +0000 Subject: [PATCH] [BIM] Fix translate function typo for IfcOpenShell installer --- src/Mod/BIM/nativeifc/ifc_openshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/nativeifc/ifc_openshell.py b/src/Mod/BIM/nativeifc/ifc_openshell.py index f576731d0b..5713861f5a 100644 --- a/src/Mod/BIM/nativeifc/ifc_openshell.py +++ b/src/Mod/BIM/nativeifc/ifc_openshell.py @@ -73,7 +73,7 @@ class IFC_UpdateIOS: text = translate("BIM", "Your version of IfcOpenShell is already up to date") buttons = QtGui.QMessageBox.Ok elif mode == "install": - text = tranlate("BIM", "No existing IfcOpenShell installation found on this system.") + text = translate("BIM", "No existing IfcOpenShell installation found on this system.") text += " " text += translate("BIM", "Would you like to install the most recent version?") text += " (" + version + ") " + note