From a2c88ca2b3baeb419224ddb65f3ffde2cef27696 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 19 Nov 2001 17:39:03 +0000 Subject: Corrected English errors --- perl-install/services.pm | 2 +- perl-install/standalone/scannerdrake | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-install/services.pm b/perl-install/services.pm index 701ce07c1..a578c6c45 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -214,7 +214,7 @@ sub ask_standalone_gtk { map { my $service = $_; my $infos = $strip->(description($_, $prefix)); - $infos ||= _("No additionnal information\nabout this service, sorry."); + $infos ||= _("No additional information\nabout this service, sorry."); my $l = new Gtk::Label(); my ($started, $action) = $update_service->($service, gtkset_justify($l, 0)); [ gtkpack__(new Gtk::HBox(0,0), $_), diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index df508677e..ffb61727a 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -80,7 +80,7 @@ sub tryConfScanner { return; } if ($scanner::scannerDB->{$model}{driver} =~ /Parport/) { - $in->ask_warn('scannerdrake', _("This %s scanner use parallel port, wich is unsupported for the moment", $model)); + $in->ask_warn('scannerdrake', _("This %s scanner uses parallel port, which is unsupported for the moment", $model)); return; } scanner::confScanner($model,$port); @@ -92,6 +92,9 @@ sub quit { #----------------------------------------------- # $Log$ +# Revision 1.4 2001/11/19 17:39:03 pablo +# Corrected English errors +# # Revision 1.3 2001/11/19 10:50:37 yduret # added dynamic support # -- cgit v1.2.1