Skip to content

Commit

Permalink
better for newbies
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Apr 19, 2024
1 parent fc5217a commit 566356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/PC/MagicMemoryCreator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 566356c

Please sign in to comment.