From 0291bb3b5f53f279f46dc21490bdbd1a740814e2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 22:00:31 +0000 Subject: improve message about non-free packages (#37258) --- lib/network/thirdparty.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/network/thirdparty.pm') diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm index a8f230e..5398cd2 100644 --- a/lib/network/thirdparty.pm +++ b/lib/network/thirdparty.pm @@ -144,7 +144,13 @@ sub warn_not_found { N("Some components (%s) are required but aren't available for %s hardware.", $component_name, $settings->{name}) : N("Some packages (%s) are required but aren't available.", join(', ', @packages))), join("\n\n", - if_(!$opt{no_distro_package} && !$opt{no_package}, N("These packages can be found in Mandriva Club or in Mandriva commercial releases.")), + if_(!$opt{no_distro_package} && !$opt{no_package}, + #-PO: first argument is a list of Mandriva distributions + #-PO: second argument is a package media name + N("These packages can be found in %s, or in the official %s package repository.", + join(", ", "Mandriva Linux One", "Mandriva Linux Powerpack"), + "non-free"), + ), if_($checked, N("The following component is missing: %s", $checked)), if_($opt{explanations}, translate($opt{explanations})), if_($opt{url}, N("The required files can also be installed from this URL: -- cgit v1.2.1