summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 22:08:51 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 22:08:51 +0000
commit0b067ac321acf0f3c518d820928f283a23bed8a0 (patch)
treef6f9e143aa2929aa77eb88f0bb86d13c3da72ba9 /perl-install/harddrake
parent489e616a8f0a2410c6b83a6cc8fe061d9ac5c833 (diff)
downloaddrakx-0b067ac321acf0f3c518d820928f283a23bed8a0.tar
drakx-0b067ac321acf0f3c518d820928f283a23bed8a0.tar.gz
drakx-0b067ac321acf0f3c518d820928f283a23bed8a0.tar.bz2
drakx-0b067ac321acf0f3c518d820928f283a23bed8a0.tar.xz
drakx-0b067ac321acf0f3c518d820928f283a23bed8a0.zip
- 's!Just select your tv card parameters!Just select your TV card parameters!'
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/v4l.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index 7711c250a..12d130240 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -473,7 +473,7 @@ sub config {
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_list ], default => -1, sort =>1, separator => '|' },
{ label => N("Tuner type:"), val => \$conf{tuner}, list => [keys %tuners_lst], format => sub { $tuners_lst{$_[0]} }, sort => 1, separator => '|' },