aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-07-17 09:14:20 +0200
committerAngelo Naselli <anaselli@linux.it>2014-07-17 09:14:20 +0200
commit8e63972de9214ed426172e3a9a34add3283cc814 (patch)
treed51b13d5ceb2cb8dd88c8017d081f42b842e4a83 /lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
parent312265e952f2c55cce283d71504a46db364a70f3 (diff)
downloadcolin-keep-8e63972de9214ed426172e3a9a34add3283cc814.tar
colin-keep-8e63972de9214ed426172e3a9a34add3283cc814.tar.gz
colin-keep-8e63972de9214ed426172e3a9a34add3283cc814.tar.bz2
colin-keep-8e63972de9214ed426172e3a9a34add3283cc814.tar.xz
colin-keep-8e63972de9214ed426172e3a9a34add3283cc814.zip
in rpmdragora mageia_release is defined instead of mandrivalinux
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm')
-rw-r--r--lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
index 93092f1..0ae3b78 100644
--- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
+++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
@@ -138,16 +138,16 @@ sub easy_add_callback_with_mirror() {
#- cooker and community don't have update sources
my $want_base_distro = _want_base_distro();
defined $want_base_distro or return;
- my $distro = $rpmdragora::mandrake_release;
+ my $distro = $rpmdragora::mageia_release;
my ($mirror) = choose_mirror($urpm, message =>
-N("This will attempt to install all official sources corresponding to your
-distribution (%s).
+ N("This will attempt to install all official sources corresponding to your
+ distribution (%s).
-I need to contact the Mageia website to get the mirror list.
-Please check that your network is currently running.
+ I need to contact the Mageia website to get the mirror list.
+ Please check that your network is currently running.
-Is it ok to continue?", $distro),
- transient => $::main_window,
+ Is it ok to continue?", $distro),
+ transient => $::main_window,
) or return 0;
ref $mirror or return;
my $wait = wait_msg(N("Please wait, adding media..."));