diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-10 01:17:20 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-10 01:17:20 +0000 |
commit | d2e618ba16db4946ab48c87fb43a485570f0561c (patch) | |
tree | da3567eda86c3ee6a523e94e8c3653a08e9c07a2 /perl-install | |
parent | 75ee5ad78928ceca201d98cb8fc0291e01bf9044 (diff) | |
download | drakx-d2e618ba16db4946ab48c87fb43a485570f0561c.tar drakx-d2e618ba16db4946ab48c87fb43a485570f0561c.tar.gz drakx-d2e618ba16db4946ab48c87fb43a485570f0561c.tar.bz2 drakx-d2e618ba16db4946ab48c87fb43a485570f0561c.tar.xz drakx-d2e618ba16db4946ab48c87fb43a485570f0561c.zip |
fixed typos
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 | ||||
-rwxr-xr-x | perl-install/standalone/scannerdrake | 2 |
2 files changed, 2 insertions, 2 deletions
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."), |