Change "Edit" button in Cheats dialog to read "Overwrite"

kept the mnemonic because idk
This commit is contained in:
YoshiRulz 2022-11-02 01:00:02 +10:00
parent fd2772707b
commit 5ae23c63bf
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
this.EditButton.Name = "EditButton";
this.EditButton.Size = new System.Drawing.Size(65, 23);
this.EditButton.TabIndex = 24;
this.EditButton.Text = "&Edit";
this.EditButton.Text = "Ov&erwrite";
this.EditButton.UseVisualStyleBackColor = true;
this.EditButton.Click += new System.EventHandler(this.EditButton_Click);
//