From 0925d44631748b32e3fb30d0fd41622cbe1f332d Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 18 Nov 2010 15:48:17 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/PromsPrinter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 521aeb51..30775ae2 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -210,7 +210,7 @@ namespace Volian.Print.Library } catch (Exception ex) { - MessageBox.Show("Could not create " + outputFileName + ". If it is open, close and retry", "Error on CreatePdf"); + MessageBox.Show("Could not create " + outputFileName + ". If it is open, close and retry.", "Error on CreatePdf"); return null; } document.Open();