diff --git a/PROMS/VEPROMS User Interface/dlgExportImport.cs b/PROMS/VEPROMS User Interface/dlgExportImport.cs index a10ac93b..84ba42d5 100644 --- a/PROMS/VEPROMS User Interface/dlgExportImport.cs +++ b/PROMS/VEPROMS User Interface/dlgExportImport.cs @@ -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