summaryrefslogtreecommitdiff
path: root/systemv/lpoptions.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-10-15 18:50:47 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-10-15 18:50:47 +0000
commit4d301e694f72b03ab2b6c8189387bd7076a3a2ea (patch)
tree3fe42587c15d843dd9eba082b9519ab52f2571cd /systemv/lpoptions.c
parentb226ab99134159fff1c3192d3bf22d2652db386b (diff)
downloadcups-4d301e694f72b03ab2b6c8189387bd7076a3a2ea.tar.gz
Merge changes from CUPS 1.5svn-r8849.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1725 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpoptions.c')
-rw-r--r--systemv/lpoptions.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/systemv/lpoptions.c b/systemv/lpoptions.c
index 208ddcd94..5cef4a979 100644
--- a/systemv/lpoptions.c
+++ b/systemv/lpoptions.c
@@ -3,7 +3,7 @@
*
* Printer option program for the Common UNIX Printing System (CUPS).
*
- * Copyright 2007-2008 by Apple Inc.
+ * Copyright 2007-2009 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -101,7 +101,7 @@ main(int argc, /* I - Number of command-line arguments */
dests)) == NULL)
{
_cupsLangPuts(stderr,
- _("lpoptions: Unknown printer or class!\n"));
+ _("lpoptions: Unknown printer or class\n"));
return (1);
}
@@ -151,7 +151,7 @@ main(int argc, /* I - Number of command-line arguments */
}
if (dest == NULL)
- _cupsLangPuts(stderr, _("lpoptions: No printers!?!\n"));
+ _cupsLangPuts(stderr, _("lpoptions: No printers\n"));
else
list_options(dest);
@@ -169,7 +169,7 @@ main(int argc, /* I - Number of command-line arguments */
if (dest == NULL)
{
- _cupsLangPuts(stderr, _("lpoptions: No printers!?!\n"));
+ _cupsLangPuts(stderr, _("lpoptions: No printers\n"));
return (1);
}
@@ -245,7 +245,7 @@ main(int argc, /* I - Number of command-line arguments */
if (dest == NULL)
{
- _cupsLangPuts(stderr, _("lpoptions: No printers!?!\n"));
+ _cupsLangPuts(stderr, _("lpoptions: No printers\n"));
return (1);
}
@@ -513,7 +513,7 @@ list_options(cups_dest_t *dest) /* I - Destination to list */
{
unlink(filename);
_cupsLangPrintf(stderr,
- _("lpoptions: Unable to open PPD file for %s!\n"),
+ _("lpoptions: Unable to open PPD file for %s\n"),
dest->name);
return;
}