From b149e496986d877e9010caf88c9b5617fae98877 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Sep 2007 19:58:11 +0000 Subject: add extra space between explanations strings --- lib/network/thirdparty.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm index 98bd9bb..63fc2d9 100644 --- a/lib/network/thirdparty.pm +++ b/lib/network/thirdparty.pm @@ -130,7 +130,7 @@ sub warn_not_found { $opt{$_} = ref $settings->{$option} eq 'HASH' && $settings->{$option}{$_} || $settings->{$_} foreach qw(url explanations no_club no_package); my $checked = get_checked_element($settings, $driver, $option); $in->ask_warn(N("Error"), - join('', + join(" ", ($opt{no_package} ? N("Some components (%s) are required but aren't available for %s hardware.", $option, $settings->{name}) : N("Some packages (%s) are required but aren't available.", join(', ', @packages))), -- cgit v1.2.1