From 6287875a355b8aee033ef4be38129655b48c2608 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Mar 2012 19:52:47 +0000 Subject: (warn_not_found) fix bogus messages about 3rd party drivers introduced when importing+cleaning --- lib/network/thirdparty.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/thirdparty.pm') diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm index 8fd48ab..7688fdd 100644 --- a/lib/network/thirdparty.pm +++ b/lib/network/thirdparty.pm @@ -147,7 +147,7 @@ sub warn_not_found { if_(!$opt{no_distro_package} && !$opt{no_package}, #-PO: first argument is a list of Mageia distributions #-PO: second argument is a package media name - N("These packages can be found in %s, or in the official %s package repository.", "non-free"), + N("These packages can be found in %s, or in the official %s package repository.", 'Mageia', "non-free"), ), if_($checked, N("The following component is missing: %s", $checked)), if_($opt{explanations}, translate($opt{explanations})), -- cgit v1.2.1