From b7a746079a87b24dc0e64362e83463029e26c98f Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Thu, 18 Feb 2010 18:43:37 +0000 Subject: Imported Upstream version 5.2.5 --- src/cups/cups-genppdupdate.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cups/cups-genppdupdate.in') diff --git a/src/cups/cups-genppdupdate.in b/src/cups/cups-genppdupdate.in index 1286c45..adf27e9 100644 --- a/src/cups/cups-genppdupdate.in +++ b/src/cups/cups-genppdupdate.in @@ -1,5 +1,5 @@ #! @PERL@ -w -# $Id: cups-genppdupdate.in,v 1.57 2009/06/07 02:34:55 rlk Exp $ +# $Id: cups-genppdupdate.in,v 1.58 2010/01/01 19:22:18 rlk Exp $ # Update CUPS PPDs for Gutenprint queues. # Copyright (C) 2002-2003 Roger Leigh (rleigh@debian.org) # @@ -177,7 +177,7 @@ if (!$quiet || $verbose) { my $plural = $updated_ppd_count == 1 ? "" : "s"; print STDOUT "Updated $updated_ppd_count PPD file${plural}."; if (!defined $opt_o || $opt_o ne "") { - print STDOUT "Restart cupsd for the changes to take effect."; + print STDOUT " Restart cupsd for the changes to take effect."; } print STDOUT "\n"; } else { -- cgit v1.2.3