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 --- NEWS | 1 + lib/network/thirdparty.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b89313..90123e2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ - fix CRDA never set to 'US' when country not in CRDA domains (might help #1015 & the like) +- fix bogus messages about 3rd party drivers - drakfirewall: o fix listing NFS ports o fix cleaning old rules 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