Ram Search - fix typo in menu Option "Always Exclude From Ram Search" to "Always Exclude From Ram Watch"

This commit is contained in:
adelikat 2020-07-23 17:06:28 -05:00
parent d6be73f395
commit 35d3a7e716
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ namespace BizHawk.Client.EmuHawk
//
// ExcludeRamWatchMenuItem
//
this.ExcludeRamWatchMenuItem.Text = "Always E&xclude RAM Search List";
this.ExcludeRamWatchMenuItem.Text = "Always E&xclude RAM Watch List";
this.ExcludeRamWatchMenuItem.Click += new System.EventHandler(this.ExcludeRamWatchMenuItem_Click);
//
// UseUndoHistoryMenuItem