diff options
Diffstat (limited to 'perl-install/standalone/draksound')
| -rwxr-xr-x | perl-install/standalone/draksound | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 96c3537f6..a51dffbca 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -1,6 +1,6 @@ #!/usr/bin/perl # DrakxSound -# Copyright (C) 2002-2008 Mandriva (tvignaud@mandriva.com) +# Copyright (C) 2002-2008 Mandriva (thierry.vignaud.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ use detect_devices; my $in = 'interactive'->vnew('su'); -$ugtk2::wm_icon = 'draksound-16'; +$ugtk3::wm_icon = 'draksound-16'; my $modules_conf = modules::any_conf->read; if (my @devices = detect_devices::probe_category('multimedia/sound')) { @@ -48,7 +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("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."))); |
