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:
parent
18bdaf2d99
commit
99ca256087
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue