]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - driver/rastertopclx.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / driver / rastertopclx.c
index 8c9f93951bbd839fb714081e446f158051ebdab4..fe303d47eb225de4625fa64f92559766386c614d 100644 (file)
@@ -4,7 +4,7 @@
  *   Advanced HP Page Control Language and Raster Transfer Language
  *   filter for CUPS.
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 1993-2005 by Easy Software Products
  *
  *   These coded instructions, statements, and computer programs are the
@@ -1813,7 +1813,7 @@ main(int  argc,                           /* I - Number of command-line arguments */
 
   if (!ppd)
   {
-    _cupsLangPuts(stderr, _("ERROR: Unable to open PPD file!\n"));
+    _cupsLangPuts(stderr, _("ERROR: Unable to open PPD file\n"));
     return (1);
   }
 
@@ -1928,7 +1928,7 @@ main(int  argc,                           /* I - Number of command-line arguments */
 
   if (Page == 0)
   {
-    _cupsLangPuts(stderr, _("ERROR: No pages found!\n"));
+    _cupsLangPuts(stderr, _("ERROR: No pages found\n"));
     return (1);
   }
   else