diff options
author | Giuseppe Ghibò <ghibo@mageia.org> | 2023-03-19 15:16:54 +0100 |
---|---|---|
committer | Giuseppe Ghibò <ghibo@mageia.org> | 2023-04-08 12:31:21 +0200 |
commit | 03dba17e96df43421a147c66b1b17fcc0d51c9e8 (patch) | |
tree | 9d671ccce24c4c926a04eb0d2e9984b13aa4d4ea /perl-install | |
parent | 77770afce909796fd145247cf6bbef818bfc52c0 (diff) | |
download | drakx-03dba17e96df43421a147c66b1b17fcc0d51c9e8.tar drakx-03dba17e96df43421a147c66b1b17fcc0d51c9e8.tar.gz drakx-03dba17e96df43421a147c66b1b17fcc0d51c9e8.tar.bz2 drakx-03dba17e96df43421a147c66b1b17fcc0d51c9e8.tar.xz drakx-03dba17e96df43421a147c66b1b17fcc0d51c9e8.zip |
Better emphasize of the device
Diffstat (limited to 'perl-install')
-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, )) |