summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/v4l.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-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 9b331d6ee..aa005b664 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -273,7 +273,7 @@ my $cards_lst = {
my %pll_lst =
(
-1 => N("Default"),
- 0 => "don't use pll",
+ 0 => "do not use pll",
1 => "28 Mhz Crystal (X)",
2 => "35 Mhz Crystal"
);