diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 4 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 02d0038a5..d1672c742 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -251,7 +251,7 @@ sub reallyChooseDesktop { my $w = ugtk3->new($title); my %tips = ( - KDE => N("Install %s KDE Desktop", N("Mageia")), + KDE => N("Install %s Plasma Desktop", N("Mageia")), GNOME => N("Install %s GNOME Desktop", N("Mageia")), Custom => N("Custom install"), ); @@ -274,7 +274,7 @@ sub reallyChooseDesktop { gtkadd(Gtk3::EventBox->new, gtknew('Image', file => "desktop-$val->[0]")), 'button-press-event' => sub { my %title = ( - KDE => N("KDE Desktop"), + KDE => N("Plasma Desktop"), GNOME => N("GNOME Desktop"), Custom => N("Custom Desktop"), ); diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 6aba0581b..e34d5bc53 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -452,7 +452,7 @@ sub _chooseDesktop { my ($o, $rpmsrate_flags_chosen, $chooseGroups) = @_; my @l = group_by2( - KDE => N("KDE"), + KDE => N("Plasma"), GNOME => N("GNOME"), Custom => N("Custom"), ); |