Use title case for this menu item

This commit is contained in:
James Groom 2024-02-25 06:42:51 +10:00 committed by GitHub
parent a3f8015489
commit 3f58dba4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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(