From b6ab813177bf359fc0d84c9baa11dcbca769c20f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 8 Apr 2002 16:25:07 +0000 Subject: fix a few english strings --- perl-install/printer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 6d7a9302a..05c908c41 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -596,7 +596,7 @@ sub read_printer_db(;$) { "foomatic-configure -O -q |" || die "Could not run foomatic-configure"; } else { - open DBPATH, $dbpath or die "An error has occurred on $dbpath : $!"; + open DBPATH, $dbpath or die "An error occurred on $dbpath : $!"; } my $entry = {}; -- cgit v1.2.1