diff options
Diffstat (limited to 'lib/network/thirdparty.pm')
-rw-r--r-- | lib/network/thirdparty.pm | 2 |
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})), |