diff options
-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 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, )) |