From 07451b93da9f6690aa71609efde7f5cb9b8f8104 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Feb 2004 08:27:22 +0000 Subject: (load_category__prompt_for_more) do not list probed category in detected hardware list --- perl-install/modules/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules') 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); -- cgit v1.2.1