diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:03:44 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:03:44 +0100 |
commit | be494369a6e372fa0fd0032220d4ffd83f39ce4e (patch) | |
tree | c5f7f4f32670be426905aa5f1af8444ba1e7596c /perl-install | |
parent | aaa94627d295056084f8be4a4778c3217135d729 (diff) | |
download | drakx-be494369a6e372fa0fd0032220d4ffd83f39ce4e.tar drakx-be494369a6e372fa0fd0032220d4ffd83f39ce4e.tar.gz drakx-be494369a6e372fa0fd0032220d4ffd83f39ce4e.tar.bz2 drakx-be494369a6e372fa0fd0032220d4ffd83f39ce4e.tar.xz drakx-be494369a6e372fa0fd0032220d4ffd83f39ce4e.zip |
perl_checker cleanup
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index bda359eb2..5f19882c0 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -186,7 +186,7 @@ sub config { } } elsif ($in->ask_from_({ title => N("Sound configuration"), messages => - $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 |