From a9b25006ef6ca0df3d3d7bafc286f70478ed7ad3 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 14 May 2011 23:48:43 +0000 Subject: Use Mageia instead of mageia Linux --- mgaapplet | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mgaapplet') diff --git a/mgaapplet b/mgaapplet index ee36539f..730e7cf7 100755 --- a/mgaapplet +++ b/mgaapplet @@ -456,7 +456,7 @@ sub is_download_all_enabled() { sub confirm_upgrade() { local $mygtk2::left_padding = 0; my $warn_me = text2bool($local_config{DO_NOT_ASK_FOR_DISTRO_UPGRADE}); - my $w = new_portable_dialog(N("New version of Mageia Linux distribution")); + my $w = new_portable_dialog(N("New version of Mageia distribution")); my ($temp_dir, $box); my $browse; @@ -470,7 +470,7 @@ sub confirm_upgrade() { my $res = fill_n_run_portable_dialog($w, [ get_banner(), - gtknew('Label_Left', text => N("A new version of Mageia Linux distribution has been released."), @common), + gtknew('Label_Left', text => N("A new version of Mageia distribution has been released."), @common), gtknew('HButtonBox', layout => 'start', children_tight => [ new_link_button($new_distro->{url}, N("More info about this new version")), ]), @@ -505,7 +505,7 @@ sub confirm_upgrade() { sub get_obsolete_message_() { - N("Maintenance for this Mageia Linux version has ended. No more updates will be delivered for this system."); + N("Maintenance for this Mageia version has ended. No more updates will be delivered for this system."); } sub get_obsolete_message() { @@ -517,7 +517,7 @@ sub get_obsolete_message() { sub refresh_no_more_supported_msg() { my $basic_msg = get_obsolete_message_(); - my $distro = N("Mageia Linux"); + my $distro = N("Mageia"); my $msg; # is extended maintenance available? @@ -630,7 +630,7 @@ sub get_extended_maintenance() { sub really_confirm_upgrade() { local $mygtk2::left_padding = 0; - my $w = ugtk2->new(N("New version of Mageia Linux distribution"), width => $width + 20); + my $w = ugtk2->new(N("New version of Mageia distribution"), width => $width + 20); # estimated package size: my $c; -- cgit v1.2.1