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)

This commit is contained in:
adelikat 2019-11-29 15:47:21 -06:00
parent 18bdaf2d99
commit 99ca256087
1 changed files with 1 additions and 1 deletions

View File

@ -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