From ca192729278dcab2579371db5dc716746277fa24 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 21 Jan 2003 08:09:01 +0000 Subject: English proofreading by Stew Benedicts --- perl-install/harddrake/v4l.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/v4l.pm') 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 => '|' }, -- cgit v1.2.1