From a97181b839195f5301b41466da17fe44f6b71b8e Mon Sep 17 00:00:00 2001 From: S T Chan Date: Sat, 11 Jan 2014 12:16:00 -0500 Subject: [PATCH] comments clean up --- PdfScribe/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PdfScribe/Program.cs b/PdfScribe/Program.cs index 68ce8e5..74c9a05 100644 --- a/PdfScribe/Program.cs +++ b/PdfScribe/Program.cs @@ -143,10 +143,10 @@ namespace PdfScribe } /// - /// Pops up a topmost, OK-only message box for the error message + /// Displays up a topmost, OK-only message box for the error message /// - /// The message box's caption - /// + /// The box's caption + /// The box's message static void DisplayErrorMessage(String boxCaption, String boxMessage) {