diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-22 10:27:02 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-02 14:58:44 +0100 |
commit | 5ae47dfaae2d9098ce146b3acf5b105179791c52 (patch) | |
tree | 5196e21cb18f96b80b3b3858abe24b6a0df75130 /perl-install/standalone | |
parent | 059b63602f3fabb23b15ef48bd617e0d323b5ba4 (diff) | |
download | drakx-5ae47dfaae2d9098ce146b3acf5b105179791c52.tar drakx-5ae47dfaae2d9098ce146b3acf5b105179791c52.tar.gz drakx-5ae47dfaae2d9098ce146b3acf5b105179791c52.tar.bz2 drakx-5ae47dfaae2d9098ce146b3acf5b105179791c52.tar.xz drakx-5ae47dfaae2d9098ce146b3acf5b105179791c52.zip |
drop support for ISApnp sound cards
obsolete for years
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksound | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index a51dffbca..bc3d1b32b 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -48,10 +48,7 @@ if (my @devices = detect_devices::probe_category('multimedia/sound')) { $in->ask_warn(N("No Sound Card detected!"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX - N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in") . - - -N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program. Just type \"alsaconf\" or \"sndconfig\" in a console."))); + N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in"))); } $modules_conf->write; |