]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cancel.c
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / systemv / cancel.c
index 8d655b01b2a5cc6f6d3f4e0ccc9a234a3e2819eb..2b5be210f95f33dbd169f3291af4d22fa32a1cc0 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   "cancel" 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
@@ -234,7 +234,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
                                       cupsEncryption())) == NULL)
        {
          _cupsLangPrintf(stderr,
-                         _("%s: Unable to contact server."), argv[0]);
+                         _("%s: Unable to connect to server."), argv[0]);
          return (1);
        }