Ram Search - fix typo in menu Option "Always Exclude From Ram Search" to "Always Exclude From Ram Watch"
This commit is contained in:
parent
d6be73f395
commit
35d3a7e716
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue