]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpq.c
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / berkeley / lpq.c
index 9a4a9ca64725105a1edf272606caa7cc2df8ed09..9e3f73d1154abaa89e03135e15fa29e24e16043b 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   "lpq" command for CUPS.
  *
- *   Copyright 2007-2010 by Apple Inc.
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -233,12 +233,12 @@ main(int  argc,                           /* I - Number of command-line arguments */
 
       if (dest && !cupsGetDest(dest, NULL, num_dests, dests))
        _cupsLangPrintf(stderr,
-                       _("%s: error - %s environment variable names "
+                       _("%s: Error - %s environment variable names "
                          "non-existent destination \"%s\"."), argv[0], val,
                        dest);
       else
        _cupsLangPrintf(stderr,
-                       _("%s: error - no default destination available."),
+                       _("%s: Error - no default destination available."),
                        argv[0]);
       httpClose(http);
       cupsFreeDests(num_dests, dests);