summaryrefslogtreecommitdiffstats
path: root/lib/network/thirdparty.pm
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:07:04 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 18:07:04 +0000
commit901b8f51b22aec08bc91921276d721387809207f (patch)
treec24297ffaebcb5b15ad7337c955a5108bedd06e4 /lib/network/thirdparty.pm
parent4ecae5f1c7a79bee47fc3580d90972a750be5412 (diff)
downloaddrakx-net-901b8f51b22aec08bc91921276d721387809207f.tar
drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.gz
drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.bz2
drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.xz
drakx-net-901b8f51b22aec08bc91921276d721387809207f.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia
Diffstat (limited to 'lib/network/thirdparty.pm')
-rw-r--r--lib/network/thirdparty.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm
index f5a32eb..8fd48ab 100644
--- a/lib/network/thirdparty.pm
+++ b/lib/network/thirdparty.pm
@@ -145,11 +145,9 @@ sub warn_not_found {
N("Some packages (%s) are required but aren't available.", join(', ', @packages))),
join("\n\n",
if_(!$opt{no_distro_package} && !$opt{no_package},
- #-PO: first argument is a list of Mandriva distributions
+ #-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.",
- join(", ", "Mandriva Linux One", "Mandriva Linux Powerpack"),
- "non-free"),
+ N("These packages can be found in %s, or in the official %s package repository.", "non-free"),
),
if_($checked, N("The following component is missing: %s", $checked)),
if_($opt{explanations}, translate($opt{explanations})),