Skip to content

Commit

Permalink
Command Name Verbiage Update
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Jun 5, 2019
1 parent 826b91b commit 20e700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskt/Core/Automation/Commands/AddVariableCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AddVariableCommand : ScriptCommand
public AddVariableCommand()
{
this.CommandName = "AddVariableCommand";
this.SelectionName = "Add Variable";
this.SelectionName = "New Variable";
this.CommandEnabled = true;
this.CustomRendering = true;
}
Expand Down

0 comments on commit 20e700d

Please sign in to comment.