Skip to content

Commit

Permalink
fixed typo/wording
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Apr 19, 2024
1 parent 2a27649 commit 49057b6
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 ( 1K' and early 2K's ONLY )", variable=check, command=disable_go_check)
legacy=tk.Checkbutton(m, text="Legacy IPL ( 100Xs and early 200Xs ONLY )", variable=check, command=disable_go_check)
legacy.grid(row=4, column=0)


Expand Down

0 comments on commit 49057b6

Please sign in to comment.