summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-03-14 18:38:57 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-03-14 18:38:57 +0000
commite1a80dbd9df97df2147af2e81a468cc3af02e5b9 (patch)
tree754b416ac62fab0da957b210bda53fe0d7f53863
parent863b8a015b9665bc65c21072ad0b5de0cb24c15d (diff)
downloaddrakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar
drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.gz
drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.bz2
drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.tar.xz
drakx-e1a80dbd9df97df2147af2e81a468cc3af02e5b9.zip
english
-rwxr-xr-xperl-install/standalone/drakxtv10
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);