From 5ae23c63bfdb8c40969a493e6eb9f16ade8daee1 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 2 Nov 2022 01:00:02 +1000 Subject: [PATCH] Change "Edit" button in Cheats dialog to read "Overwrite" kept the mnemonic because idk --- src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.Designer.cs index 4a5c33af31..d40427cff6 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.Designer.cs @@ -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); //