summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-23 08:27:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-23 08:27:22 +0000
commit07451b93da9f6690aa71609efde7f5cb9b8f8104 (patch)
tree4285d46a30327f334f0de0bd999ef033d184f6b9 /perl-install/modules
parent30a9cd576224e19281750dfbf2d1ff291a172350 (diff)
downloaddrakx-backup-do-not-use-07451b93da9f6690aa71609efde7f5cb9b8f8104.tar
drakx-backup-do-not-use-07451b93da9f6690aa71609efde7f5cb9b8f8104.tar.gz
drakx-backup-do-not-use-07451b93da9f6690aa71609efde7f5cb9b8f8104.tar.bz2
drakx-backup-do-not-use-07451b93da9f6690aa71609efde7f5cb9b8f8104.tar.xz
drakx-backup-do-not-use-07451b93da9f6690aa71609efde7f5cb9b8f8104.zip
(load_category__prompt_for_more) do not list probed category in detected hardware list
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm
index 98f9cc120..51c58cc85 100644
--- a/perl-install/modules/interactive.pm
+++ b/perl-install/modules/interactive.pm
@@ -60,7 +60,7 @@ sub load_category__prompt_for_more {
while (1) {
my $msg = @l ?
- [ N("Found %s %s interfaces", join(", ", map { qq("$_") } @l), $msg_type),
+ [ N("Found %s %s interfaces", join(", ", map { qq("$_") } @l)),
N("Do you have another one?") ] :
N("Do you have any %s interfaces?", $msg_type);