summaryrefslogtreecommitdiff
path: root/filter/rastertolabel.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 /filter/rastertolabel.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 'filter/rastertolabel.c')
-rw-r--r--filter/rastertolabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index 0a2bec1cd..ed7235faf 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -3,7 +3,7 @@
*
* Label printer filter for the Common UNIX Printing System (CUPS).
*
- * Copyright 2007-2008 by Apple Inc.
+ * Copyright 2007-2009 by Apple Inc.
* Copyright 2001-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -1280,7 +1280,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