From c97470f1cef5e8a690af409282ca79f889850c67 Mon Sep 17 00:00:00 2001 From: "stephend%netscape.com" Date: Thu, 18 Oct 2001 06:40:41 +0000 Subject: [PATCH] Bug 105245. Spelling typo in an error msg. r=stuartp@netscape.com, sr=mozbot --- layout/html/base/src/printing.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/html/base/src/printing.properties b/layout/html/base/src/printing.properties index a79ac181c8c2..f32f4195d8d2 100644 --- a/layout/html/base/src/printing.properties +++ b/layout/html/base/src/printing.properties @@ -52,7 +52,7 @@ NS_ERROR_GFX_PRINTER_NAME_NOT_FOUND=There was a problem printing. The printer co NS_ERROR_GFX_PRINTER_ACCESS_DENIED=There was a problem printing. Access to the printer was denied. NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE=There was a problem printing. Tried to set an invalid printer attribute. NS_ERROR_GFX_PRINTER_PRINTER_NOT_READY=There was a problem printing. The printer not ready. -NS_ERROR_GFX_PRINTER_OUT_OF_PAPER=There was a problem printing. The printer is out pf paper. +NS_ERROR_GFX_PRINTER_OUT_OF_PAPER=There was a problem printing. The printer is out of paper. NS_ERROR_GFX_PRINTER_PRINTER_IO_ERROR=There was a problem printing. Printer I/O error. NS_ERROR_GFX_PRINTER_COULD_NOT_OPEN_FILE=There was a problem printing. The output file could not be opened. NS_ERROR_GFX_PRINTER_FILE_IO_ERROR=There was an error writing the printing output file.