From ebe3cad66c6989a7e29b9ee77ca7e426707319a2 Mon Sep 17 00:00:00 2001 From: James Groom Date: Sat, 2 Sep 2023 01:47:52 +1000 Subject: [PATCH] Change UI label for `Config.AcceptBackgroundInput` see #671 --- src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs index a2b8a2f8554..e2f383d3f1d 100755 --- a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs @@ -165,7 +165,7 @@ private void InitializeComponent() // this.label2.Location = new System.Drawing.Point(26, 112); this.label2.Name = "label2"; - this.label2.Text = "When this is set, the client will receive user input even when focus is lost"; + this.label2.Text = "\"Eavesdrops\" on keyboard and gamepad input while other programs are focused."; // // AcceptBackgroundInputCheckbox //