summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/thirdparty.pm2
1 files changed, 1 insertions, 1 deletions
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))),