Skip to content

Commit ae66a08

Browse files
committed
update
1 parent e3013fa commit ae66a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oclp_r/wx_gui/gui_sys_patch_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _kdk_thread_spawn():
119119
return False
120120

121121
logging.info(self.trans["KDK download complete, validating with hdiutil"])
122-
header.SetLabel(f"{self.trans["Validating KDK:"]} {self.kdk_obj.kdk_url_build}")
122+
header.SetLabel(f"{self.trans["Validating KDK: "]} {self.kdk_obj.kdk_url_build}")
123123
header.Centre(wx.HORIZONTAL)
124124

125125
subheader.SetLabel(self.trans["Checking if checksum is valid..."])

0 commit comments

Comments
 (0)