Adjust wording on frame counter and lag frame counter options

This commit is contained in:
YoshiRulz 2022-06-16 10:01:37 +10:00
parent 2e46d13980
commit aa099e0941
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -1019,12 +1019,12 @@ namespace BizHawk.Client.EmuHawk
//
// DisplayFrameCounterMenuItem
//
this.DisplayFrameCounterMenuItem.Text = "Display FrameCounter";
this.DisplayFrameCounterMenuItem.Text = "Display Frame Count";
this.DisplayFrameCounterMenuItem.Click += new System.EventHandler(this.DisplayFrameCounterMenuItem_Click);
//
// DisplayLagCounterMenuItem
//
this.DisplayLagCounterMenuItem.Text = "Display Lag Counter";
this.DisplayLagCounterMenuItem.Text = "Display Lag Frame Count";
this.DisplayLagCounterMenuItem.Click += new System.EventHandler(this.DisplayLagCounterMenuItem_Click);
//
// DisplayInputMenuItem