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