From bc73241ae6e907e6d4b5f7832f370eee8c512d82 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 24 Jul 2003 17:37:40 +0000 Subject: [PATCH] Verbiage change. Bug 185536, patch by kairo@kairo.at (Robert Kaiser), r=gisburn, sr=bzbarsky --- 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 822ebed6ff95..cc373723c503 100644 --- a/layout/html/base/src/printing.properties +++ b/layout/html/base/src/printing.properties @@ -69,7 +69,7 @@ NS_ERROR_OUT_OF_MEMORY=There was a problem printing. There is not enough free me NS_ERROR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet. NS_ERROR_NOT_AVAILABLE=Not available NS_ERROR_ABORT=The print job was aborted, or canceled. -NS_ERROR_FAILURE=Printing failed for some reason. +NS_ERROR_FAILURE=An unknown error occurred while printing. NS_ERROR_GFX_PRINTER_STARTDOC=Printing failed when starting the document. NS_ERROR_GFX_PRINTER_ENDDOC=Printing failed when completing the document. NS_ERROR_GFX_PRINTER_STARTPAGE=Printing failed when starting the page.