From 2c488befba94010f3c3767730102f9a8e8eee063 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 16 Jul 2020 14:48:06 +0000 Subject: [PATCH] C2020-027: Fix case on Import/Cannot Overwrite message box --- PROMS/VEPROMS User Interface/dlgExportImport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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