C2020-027: Fix case on Import/Cannot Overwrite message box
This commit is contained in:
parent
91958accaa
commit
2c488befba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user