From 4f6e9b525a4986824446d23b7df5c86bfb0a4a15 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 24 Jan 2003 09:11:31 +0000 Subject: English proofreading --- perl-install/standalone/scannerdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/scannerdrake') diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 810382d37..60f9ec48f 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -102,7 +102,7 @@ sub tryConfScanner { if ($scanner::scannerDB->{$model}{ask} =~ /DEVICE/) { $port = '/dev/sg0'; $in->ask_from('scannerdrake', - N("Scannerdrake was not able to detect your %s scanner.\nPlease select the device where your scanner is plugged", $model), + N("Scannerdrake was not able to detect your %s scanner.\nPlease select the device where your scanner is attached", $model), [ { label => N("choose device"), val => \$port, list => ['/dev/sg0', '/dev/sg1', '/dev/sg2', '/dev/sg3', '/dev/sg4' ], not_edit => 0, sort => 1 }, ], -- cgit v1.2.1