From 99ca256087845986cd78c266ba4e79fd9b2a2e8a Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 29 Nov 2019 15:47:21 -0600 Subject: [PATCH] Lua console - change Refresh toolbar icon tooltip from "Reload script" to "Refresh" to match the menu item (they do the same action but with different names) --- BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs index cbf2d62c8d..b7ca3c0698 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs @@ -716,7 +716,7 @@ this.RefreshScriptToolbarItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.RefreshScriptToolbarItem.Name = "RefreshScriptToolbarItem"; this.RefreshScriptToolbarItem.Size = new System.Drawing.Size(23, 22); - this.RefreshScriptToolbarItem.Text = "Reload Script"; + this.RefreshScriptToolbarItem.Text = "Refresh"; this.RefreshScriptToolbarItem.Click += new System.EventHandler(this.RefreshScriptMenuItem_Click); // // PauseToolbarItem