From 30a9cd576224e19281750dfbf2d1ff291a172350 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Feb 2004 08:27:08 +0000 Subject: (load_category__prompt_for_more) show quotes around detected hardware in order to more easily see thems --- perl-install/modules/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm index 8a66aa800..98f9cc120 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(", ", @l), $msg_type), + [ N("Found %s %s interfaces", join(", ", map { qq("$_") } @l), $msg_type), N("Do you have another one?") ] : N("Do you have any %s interfaces?", $msg_type); -- cgit v1.2.1