Fixed a typo in the message box that tells the user that a default step section needs to be identified.

This commit is contained in:
John Jenko 2016-02-11 15:54:44 +00:00
parent 4c6ac2fda0
commit fffcdc8eca

View File

@ -936,7 +936,7 @@ namespace Volian.Controls.Library
}
}
// 4) Display messagebox to tell user to specify which section should be used as the 'default section'.
MessageBox.Show("No default step section was found. Set the appropriate Step Section as the default by using the Section Property Page, Format Tab.", "Transition using Default Step Sction in Format", MessageBoxButtons.OK,MessageBoxIcon.Error);
MessageBox.Show("No default step section was found. Set the appropriate Step Section as the default by using the Section Property Page, Format Tab.", "Transition using Default Step Section in Format", MessageBoxButtons.OK,MessageBoxIcon.Error);
return -1;
}
private void cbTranProcs_SelectedIndexChanged(object sender, EventArgs e)