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