summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-08-28 13:33:53 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-08-28 13:33:53 +0000
commit9a299d7e9c320d888e830f4b4fe27c9932b2afe9 (patch)
treebd6f61e4f8068d16782bb23d9ff058e6a5b97cb1
parent1d4b71ffd6b27f88778233ae64f46e6e40444e09 (diff)
downloaddrakx-backup-do-not-use-9a299d7e9c320d888e830f4b4fe27c9932b2afe9.tar
drakx-backup-do-not-use-9a299d7e9c320d888e830f4b4fe27c9932b2afe9.tar.gz
drakx-backup-do-not-use-9a299d7e9c320d888e830f4b4fe27c9932b2afe9.tar.bz2
drakx-backup-do-not-use-9a299d7e9c320d888e830f4b4fe27c9932b2afe9.tar.xz
drakx-backup-do-not-use-9a299d7e9c320d888e830f4b4fe27c9932b2afe9.zip
Fixed typo (no space before a colon in English)
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index dc25af4fb..2f235d711 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -159,7 +159,7 @@ sub switch {
_("Here you can select an alternative driver (either OSS or ALSA) for your sound card (%s)",
$device->{description}),
[
- { label => _("Driver :"), val => \$new_driver, list => $alternative, default => $new_driver, sort =>1, format => sub {
+ { label => _("Driver:"), val => \$new_driver, list => $alternative, default => $new_driver, sort =>1, format => sub {
my %des = modules::category2modules_and_description('multimedia/sound');
"$_[0] (". $des{$_[0]} . ')'
}, allow_empty_list => 1 }