Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchyPSIX committed May 16, 2022
1 parent 5da7af1 commit bdc4ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M64MMOrkestrator/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void Close(EventArgs e)
public List<ToolCommand> GetCommands()
{
List<ToolCommand> tcl = new List<ToolCommand>();
ToolCommand tc = new ToolCommand("Codename KI-O");
ToolCommand tc = new ToolCommand("Open Orchestrator...");
tc.Summoned += (a, b) => { KIOBase.MainForm.Show(); };
tcl.Add(tc);
return tcl;
Expand Down

0 comments on commit bdc4ed6

Please sign in to comment.