From ac1acd6c4e3ff369521f325a2bbee2a65475f2c0 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 18 Nov 2010 15:45:47 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/DSOTabPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/DSOTabPanel.cs b/PROMS/Volian.Controls.Library/DSOTabPanel.cs index 40131864..2a43612f 100644 --- a/PROMS/Volian.Controls.Library/DSOTabPanel.cs +++ b/PROMS/Volian.Controls.Library/DSOTabPanel.cs @@ -175,7 +175,7 @@ namespace Volian.Controls.Library if (doc.HasSymbolCharacters) { - if (MessageBox.Show("This document contains Symbol Characters.\r\n\r\nDo you want to correct this?", + if (MessageBox.Show("This document contains Symbol Characters.\r\n\r\nDo you want to correct this? (Select Yes!)\r\n\r\nAlso, contact Rich, Kathy or John and let them know which Procedure and Section.", "Replace Symbol Characters", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) doc.FixSymbolCharacters(); }