diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-14 18:38:57 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-14 18:38:57 +0000 |
commit | e1a80dbd9df97df2147af2e81a468cc3af02e5b9 (patch) | |
tree | 754b416ac62fab0da957b210bda53fe0d7f53863 /perl-install/standalone/drakxtv | |
parent | 863b8a015b9665bc65c21072ad0b5de0cb24c15d (diff) | |
download | drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.gz drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.bz2 drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.xz drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.zip |
english
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-x | perl-install/standalone/drakxtv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 592a8556d..0418d536c 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -47,16 +47,16 @@ sub scan4channels { # }; if (! -x "/usr/bin/scantv") { $in->ask_warn("XawTV isn't installed!", - formatAlaTeX(_("XawTV isn't installed!w + formatAlaTeX(_("XawTV isn't installed! -If you do have a TV card but DrakX has neither detect it (no bttv +If you do have a TV card but DrakX has neither detected it (no bttv module in \"/etc/modules\") nor installed xawtv, please send the -result of \"lspcidrake -v -f \" to \"install at mandrakesoft dot com\" -with subject \"undetected TV card\" +results of \"lspcidrake -v -f\" to \"install\@mandrakesoft.com\" +with subject \"undetected TV card\". -You can installed it by typing \"urpmi xawtv\"."))); +You can install it by typing \"urpmi xawtv\" as root, in a console."))); } else { my ($ftable_id, $norm); |