mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
gui_main.py: Reword Reboot Prompt
This commit is contained in:
@@ -79,8 +79,8 @@ class wx_python_gui:
|
||||
def reboot_system(self, event=None):
|
||||
self.popup = wx.MessageDialog(
|
||||
self.frame,
|
||||
"Root Patcher finished successfully\n\nWould you like to reboot now?\n\nNote: This will close all open applications, remember to save them or manually reboot once you're ready",
|
||||
"Reboot?",
|
||||
"Root Patcher finished successfully\nWould you like to reboot now?",
|
||||
"Reboot to apply patches?",
|
||||
wx.YES_NO | wx.ICON_INFORMATION
|
||||
)
|
||||
self.popup.SetYesNoLabels("Reboot", "Ignore")
|
||||
|
||||
Reference in New Issue
Block a user