Use title case for this menu item
This commit is contained in:
parent
a3f8015489
commit
3f58dba4f5
|
@ -1191,7 +1191,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (Config.TrustedExtTools.Count is 0) return;
|
||||
|
||||
ExternalToolMenuItem.DropDownItems.Add(new ToolStripSeparatorEx());
|
||||
ToolStripMenuItemEx forgetTrustedItem = new() { Text = "Forget trusted tools" };
|
||||
ToolStripMenuItemEx forgetTrustedItem = new() { Text = "Forget Trusted Tools" };
|
||||
forgetTrustedItem.Click += (_, _) =>
|
||||
{
|
||||
if (this.ModalMessageBox2(
|
||||
|
|
Loading…
Reference in New Issue