From a56f3af99cbc5bddde4d245aecc9e81dd3ff2584 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 15 Jan 2022 16:23:31 -0700 Subject: [PATCH] gui.py: Adjust Update wording --- gui/gui_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_main.py b/gui/gui_main.py index 47f64f5e6..573a81390 100644 --- a/gui/gui_main.py +++ b/gui/gui_main.py @@ -95,7 +95,7 @@ class wx_python_gui: caption="Update Available for OpenCore Legacy Patcher!", style=wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION ) - self.dialog.SetYesNoCancelLabels("View on Github", "Ignore Always", "Ignore Once") + self.dialog.SetYesNoCancelLabels("View on Github", "Always Ignore", "Ignore Once") responce = self.dialog.ShowModal() if responce == wx.ID_YES: webbrowser.open(github_link)