diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-22 09:21:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-22 09:21:36 +0000 |
commit | 9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61 (patch) | |
tree | 0d93dec98e05e5007a943449917c9ef121f20721 /perl-install/standalone/drakxtv | |
parent | 4f1c80d9f6dc0648e93fcfeec1606baad0a0cdbb (diff) | |
download | drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.gz drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.bz2 drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.xz drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.zip |
perl_checker fixes
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 29f4e6065..ebcdf4ce7 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -101,7 +101,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console."))); if ($in->ask_from("TVdrake", N("Please,\ntype in your tv norm and country"), [ - { label => N("TV norm:"), val => \$norm, list => [ "NTSC", "NTSC-JP","PAL", "PAL-M", "PAL-N", "PAL-NC", "SECAM" ], type => 'combo' }, + { label => N("TV norm:"), val => \$norm, list => [ "NTSC", "NTSC-JP", "PAL", "PAL-M", "PAL-N", "PAL-NC", "SECAM" ], type => 'combo' }, { label => N("Area:"), val => \$ftable_id, list => [keys %freqtables], format => sub { $freqtables{$_[0]} }, sort => 1 }, ] )) |