From 104119618af6d130de8c68b5ee94d5d8ea02f510 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Feb 2016 00:37:23 +0100 Subject: fix not enough parameter catch by perl_checker defect introduced in commit fd75d4a8b1ee8805beb0a7627a084d2b5a201b3b --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 68bc108cc..c64efd6bf 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -140,7 +140,7 @@ sub config { } elsif ($in->ask_from_({ title => N("Sound configuration"), messages => $device->{description} . - "\n\n" . N("Your card uses the %s\"%s\" driver", $driver), + "\n\n" . N("Your card uses the \"%s\" driver", $driver), }, \@common, )) -- cgit v1.2.1