diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-10-16 11:39:05 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-10-16 11:39:05 +0200 |
commit | ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153 (patch) | |
tree | 3830548e478fa0164bff51fa59fe994a24737451 /perl-install/standalone | |
parent | 91520986d808cf5ee663125c7783760de87df999 (diff) | |
download | drakx-ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153.tar drakx-ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153.tar.gz drakx-ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153.tar.bz2 drakx-ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153.tar.xz drakx-ef40fa9ac89a3a9b38bcb2e7e3e269e293e67153.zip |
remove outdated translation hint
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakxtv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index cdeb67fbd..0fa879ab1 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -64,7 +64,6 @@ if (@devices = @$devices_ok) { # we failed to detect any TV card: 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."))); } $in->exit(0) if defined $in; |