diff options
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index f9c091500..edf7208f2 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -138,6 +138,7 @@ sub config { $write_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), |