summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
commitca192729278dcab2579371db5dc716746277fa24 (patch)
tree63de147760c3426591cb3c7bc105a942f4699a7e /perl-install/harddrake
parente9c64c704260364a2eac2e806ad308b19a2410d1 (diff)
downloaddrakx-ca192729278dcab2579371db5dc716746277fa24.tar
drakx-ca192729278dcab2579371db5dc716746277fa24.tar.gz
drakx-ca192729278dcab2579371db5dc716746277fa24.tar.bz2
drakx-ca192729278dcab2579371db5dc716746277fa24.tar.xz
drakx-ca192729278dcab2579371db5dc716746277fa24.zip
English proofreading by Stew Benedicts
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/sound.pm2
-rw-r--r--perl-install/harddrake/v4l.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index adde8778d..be662b4ed 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -210,7 +210,7 @@ To use alsa, one can either use:
return if $new_driver eq $driver;
log::explanations("switching audio driver from '$driver' to '$new_driver'\n");
$in->ask_warn(N("Warning"), N("The old \"%s\" driver is blacklisted.\n
-It has been reported to oopses the kernel on unloading.\n
+It has been reported to oops the kernel on unloading.\n
The new \"%s\" driver'll only be used on next bootstrap.", $driver, $new_driver)) if $blacklisted;
my $wait = $in->wait_message(N("Please wait"), N("Please Wait... Applying the configuration"));
do_switch($driver, $new_driver);
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index e7763471c..df7c9ccc4 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -222,7 +222,7 @@ sub config {
my ($in, $driver) = @_;
my %conf = (gbuffers => 4, card => $default, tuner => -1, radio => 0, pll => -1);
if ($in->ask_from("BTTV configuration", N("For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-detect the rights parameters.
-If your card is misdetected, you can force the right tuner and card types here. Just select your tv card parameters if needed"),
+If your card is misdetected, you can force the right tuner and card types here. Just select your tv card parameters if needed."),
[
{ label => N("Card model:"), val => \$conf{card}, list => [keys %{$cards_lst->{$driver}}], type => 'combo', default => -1, sort =>1, separator => '|' },
{ label => N("Tuner type:"), val => \$conf{tuner}, list => [keys %tuners_lst], format => sub { $tuners_lst{$_[0]} }, sort => 1, separator => '|' },