diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 30775ae2..e579297e 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -345,7 +345,7 @@ namespace Volian.Print.Library _MyHelper.MySvg = null; while (cb.PdfWriter.CurrentPageNumber <= _MyHelper.BackgroundPageCount) { - PrintTextMessage(cb, "No PROMS2010 Output"); + PrintTextMessage(cb, "No Proms Output"); cb.PdfDocument.NewPage(); } }