summaryrefslogtreecommitdiffstats
path: root/lib/network/thirdparty.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-20 19:52:47 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-20 19:52:47 +0000
commit6287875a355b8aee033ef4be38129655b48c2608 (patch)
treec4a84592edd0b6fd43fb906fa17f38dfe3099461 /lib/network/thirdparty.pm
parent09f4ecacb5952ccf2d0c7ea8193e669ef3383d7d (diff)
downloaddrakx-net-6287875a355b8aee033ef4be38129655b48c2608.tar
drakx-net-6287875a355b8aee033ef4be38129655b48c2608.tar.gz
drakx-net-6287875a355b8aee033ef4be38129655b48c2608.tar.bz2
drakx-net-6287875a355b8aee033ef4be38129655b48c2608.tar.xz
drakx-net-6287875a355b8aee033ef4be38129655b48c2608.zip
(warn_not_found) fix bogus messages about 3rd party drivers
introduced when importing+cleaning
Diffstat (limited to 'lib/network/thirdparty.pm')
-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 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})),