From 8e63972de9214ed426172e3a9a34add3283cc814 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 17 Jul 2014 09:14:20 +0200 Subject: in rpmdragora mageia_release is defined instead of mandrivalinux --- lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm') 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...")); -- cgit v1.2.1