mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
gui_main.py: Reword Reboot Prompt
This commit is contained in:
+2
-2
@@ -79,8 +79,8 @@ class wx_python_gui:
|
|||||||
def reboot_system(self, event=None):
|
def reboot_system(self, event=None):
|
||||||
self.popup = wx.MessageDialog(
|
self.popup = wx.MessageDialog(
|
||||||
self.frame,
|
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",
|
"Root Patcher finished successfully\nWould you like to reboot now?",
|
||||||
"Reboot?",
|
"Reboot to apply patches?",
|
||||||
wx.YES_NO | wx.ICON_INFORMATION
|
wx.YES_NO | wx.ICON_INFORMATION
|
||||||
)
|
)
|
||||||
self.popup.SetYesNoLabels("Reboot", "Ignore")
|
self.popup.SetYesNoLabels("Reboot", "Ignore")
|
||||||
|
|||||||
Reference in New Issue
Block a user