From d2e618ba16db4946ab48c87fb43a485570f0561c Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 10 Jan 2004 01:17:20 +0000 Subject: fixed typos --- perl-install/standalone/drakconnect | 2 +- perl-install/standalone/scannerdrake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 98ef16cb3..c7870c9a0 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -349,7 +349,7 @@ sub build_notebook { join('', map { $_->[0] . ": \x{200e}" . $_->[1] . "\n" } ( [ N("Vendor"), split('\|', $info->{description}) ], - [ N("Descripton"), reverse split('\|', $info->{description}) ], + [ N("Description"), reverse split('\|', $info->{description}) ], [ N("Media class"), $info->{media_type} ], [ N("Module name"), $module ], [ N("Mac Address"), c::get_hw_address($interface) ], diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index dba6455ed..cbcb38a73 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -158,7 +158,7 @@ sub installfirmware { while (1) { # Tell user about firmware installation $in->ask_from('Scannerdrake', - N("It is possible that your %s needs its Firmware to be uploaded everytime when it is turned on.", removeverticalbar($model)) . " " . + N("It is possible that your %s needs its firmware to be uploaded everytime when it is turned on.", removeverticalbar($model)) . " " . N("If this is the case, you can make this be done automatically.") . " " . N("To do so, you need to supply the firmware file for your scanner so that it can be installed.") . " " . N("You find the file on the CD or floppy coming with the scanner, on the manufacturer's home page, or on your Windows partition."), -- cgit v1.2.1