Change "Edit" button in Cheats dialog to read "Overwrite"
kept the mnemonic because idk
This commit is contained in:
parent
fd2772707b
commit
5ae23c63bf
|
@ -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);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue