diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 08:09:01 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 08:09:01 +0000 |
commit | ca192729278dcab2579371db5dc716746277fa24 (patch) | |
tree | 63de147760c3426591cb3c7bc105a942f4699a7e /perl-install/harddrake/v4l.pm | |
parent | e9c64c704260364a2eac2e806ad308b19a2410d1 (diff) | |
download | drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.gz drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.bz2 drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.xz drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.zip |
English proofreading by Stew Benedicts
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r-- | perl-install/harddrake/v4l.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 => '|' }, |