diff options
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 490359b25..aed60e119 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -544,8 +544,8 @@ sub config { } elsif ($in->ask_from_({ title => N("Sound configuration"), interactive_help_id => 'soundConfig', messages => - $device->{description} . - "\n\n" . N("Your card uses the \"%s\" driver", $driver), + "<b><i>" . $device->{description} . "</i></b>" . + "\n\n" . N("Your card uses the <b>\"%s\"</b> driver\n", $driver), }, \@common, )) |