summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet10
1 files changed, 5 insertions, 5 deletions
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;