diff options
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-x | perl-install/standalone/drakxtv | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 63f2e36cd..ec3280ad2 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -1,6 +1,6 @@ #!/usr/bin/perl # DrakxTV -# $Id$ +# $Id: drakxtv 233182 2008-01-23 12:16:18Z tv $ # Copyright (C) 2002-2008 Mandriva (tvignaud@mandriva.com) # @@ -66,13 +66,7 @@ if (@devices = @$devices_ok) { if (is_empty_array_ref($devices) && is_empty_array_ref($devices_ok)) { $in->ask_warn(N("No TV Card detected!"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX - N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in. - - -You can visit our hardware database at: - - -http://www.mandrivalinux.com/en/hardware.php3"))); + N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in."))); } $in->exit(0) if defined $in; |