From 91b18c9d2a8472c485bed3706dfd9f4035265e79 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 27 Aug 2020 14:17:28 +0200 Subject: [PATCH] adjust quickswap text --- Gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui.py b/Gui.py index 24e5cc9d..ec3e3487 100755 --- a/Gui.py +++ b/Gui.py @@ -609,7 +609,7 @@ def guiMain(args=None): rightHalfFrame2 = Frame(topFrame2) checkBoxFrame2 = Frame(rightHalfFrame2) - quickSwapCheckbutton2 = Checkbutton(checkBoxFrame2, text="Enabled L/R Item quickswapping", variable=quickSwapVar) + quickSwapCheckbutton2 = Checkbutton(checkBoxFrame2, text="L/R Item quickswapping", variable=quickSwapVar) disableMusicCheckbutton2 = Checkbutton(checkBoxFrame2, text="Disable game music", variable=disableMusicVar) quickSwapCheckbutton2.pack(expand=True, anchor=W)