Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33b7e1a

Browse files
committed
fix SyntaxError
1 parent 3ab87ec commit 33b7e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oclp_r/wx_gui/gui_cache_os_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def _notifyUserThread(self) -> None:
245245
"""
246246
Notify user of what OCLP is doing
247247
"""
248-
message=f"{self.trans['OCLP-R has detected that a macOS update is being downloaded:']}\n{self.os_data[0]} ({self.os_data[1]})\n\n{self.trans['The patcher needs to prepare the system for the update, and will download any additional resources it may need post-update.\n\nThis may take a few minutes, the patcher will exit when it is done.']}"
248+
message=f"{self.trans['OCLP-R has detected that a macOS update is being downloaded:']}\n{self.os_data[0]} ({self.os_data[1]})\n\n{self.trans['The patcher needs to prepare the system for the update, and will download any additional resources it may need post-update.']}\n\n{self.trans['This may take a few minutes, the patcher will exit when it is done.']}"
249249
# Yes/No for caching
250250
dlg = wx.MessageDialog(self.frame, message=message, caption="OCLP-R", style=wx.YES_NO | wx.ICON_INFORMATION)
251251
dlg.SetYesNoLabels(self.trans["&Ok"], self.trans["&Cancel"])

0 commit comments

Comments
 (0)