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