From 566356c48f270694f3e81c76cbc01308011e3461 Mon Sep 17 00:00:00 2001 From: Brennen Murphy Date: Fri, 19 Apr 2024 12:46:38 -0400 Subject: [PATCH] better for newbies --- contrib/PC/MagicMemoryCreator/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/PC/MagicMemoryCreator/main.py b/contrib/PC/MagicMemoryCreator/main.py index bf6641f3..74e35798 100755 --- a/contrib/PC/MagicMemoryCreator/main.py +++ b/contrib/PC/MagicMemoryCreator/main.py @@ -366,7 +366,7 @@ def run() -> None: go_check=tk.Checkbutton(m, text='PSP GO Model (ONLY!)', command=go_update) go_check.grid(sticky="W", row=3, column=0) -legacy=tk.Checkbutton(m, text="Legacy IPL ( 10XXs and early 20XXs ONLY )", variable=check, command=disable_go_check) +legacy=tk.Checkbutton(m, text="Legacy IPL ( 1000s and early 2000s ONLY )", variable=check, command=disable_go_check) legacy.grid(row=4, column=0)