C2020-027: Fix case on Import/Cannot Overwrite message box

This commit is contained in:
Kathy Ruffing 2020-07-16 14:48:06 +00:00
parent 91958accaa
commit 2c488befba

View File

@ -812,7 +812,7 @@ namespace VEPROMS
DialogResult ans = MessageBox.Show("Transitions exist to this procedure and cannot be adjusted automatically." +
"\r\nSteps with Problem Transitions:" +
exTrans.Summarize(),
"Cannot Overwrite procedure", MessageBoxButtons.OK, MessageBoxIcon.Question);
"Cannot Overwrite Procedure", MessageBoxButtons.OK, MessageBoxIcon.Question);
}
}
else