From 03dba17e96df43421a147c66b1b17fcc0d51c9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giuseppe=20Ghib=C3=B2?= Date: Sun, 19 Mar 2023 15:16:54 +0100 Subject: Better emphasize of the device --- perl-install/harddrake/sound.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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), + "" . $device->{description} . "" . + "\n\n" . N("Your card uses the \"%s\" driver\n", $driver), }, \@common, )) -- cgit v1.2.1