diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:02:57 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:02:57 +0100 |
commit | aaa94627d295056084f8be4a4778c3217135d729 (patch) | |
tree | ab7aed5947f41a808f8e67710806cf871d4bd23d /perl-install | |
parent | affee68a7ba250ba531750892a8ffe09c7dd6129 (diff) | |
download | drakx-aaa94627d295056084f8be4a4778c3217135d729.tar drakx-aaa94627d295056084f8be4a4778c3217135d729.tar.gz drakx-aaa94627d295056084f8be4a4778c3217135d729.tar.bz2 drakx-aaa94627d295056084f8be4a4778c3217135d729.tar.xz drakx-aaa94627d295056084f8be4a4778c3217135d729.zip |
kill message about alternative driver (mga#11824)
the sound card description is kept b/c next messages start by "\n\n"
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/sound.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index afe70fa72..bda359eb2 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -186,8 +186,7 @@ sub config { } } elsif ($in->ask_from_({ title => N("Sound configuration"), messages => - N("Here you can select an alternative driver (either OSS or ALSA) for your sound card (%s).", - $device->{description}) . + $device->{description}. #-PO: here the first %s is either "OSS" or "ALSA", #-PO: the second %s is the name of the current driver #-PO: and the third %s is the name of the default driver |