Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Mar 30, 2021
1 parent b2cd9ef commit 313d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
scriptButtonToolTip.SetToolTip(scriptButton, "Saves a script to your desktop with the instructions to create the selected batch");
System.Windows.Forms.Button backButton = new System.Windows.Forms.Button();
System.Windows.Forms.ToolTip backButtonToolTip = new System.Windows.Forms.ToolTip();
backButtonToolTip.SetToolTip(backButton, "Navigate to back the main page");
backButtonToolTip.SetToolTip(backButton, "Navigate back the main page");
System.Windows.Forms.ToolTip sequenceCheckBoxToolTip = new System.Windows.Forms.ToolTip();
sequenceCheckBoxToolTip.SetToolTip(sequenceCheckBox, "Check this box to enable sequential processing");
System.Windows.Forms.Label saveComment = new System.Windows.Forms.Label();
Expand Down

0 comments on commit 313d500

Please sign in to comment.