[BIM] Fix translate function typo for IfcOpenShell installer

This commit is contained in:
Furgo
2024-05-27 00:56:20 +00:00
committed by Yorik van Havre
parent f96ab9af05
commit fa367dffdb

View File

@@ -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