C2019-009: Fix type of message box when doing Approve Procedure

C2019-014: Make Print Dialog consistent with Version Properties Dialog for duplex printing
This commit is contained in:
2019-03-28 15:47:09 +00:00
parent a9ad0ed12a
commit 5d6bfe1c45
3 changed files with 34 additions and 34 deletions

View File

@@ -258,7 +258,7 @@ namespace VEPROMS
{
expAddProcConChk.Enabled = false;
MessageBox.Show("This procedure set has two or more procedures with the same procedure number.\n\n" +
"The Procedure List panel had be disabled.\n\n" +
"The Procedure List panel has been disabled.\n\n" +
"A Consistency Check cannot be done and the list of procedures in the set cannot be displayed.", "Approve Procedure",MessageBoxButtons.OK,MessageBoxIcon.Warning);
}
_initializing = false;