diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 4 |
1 files changed, 2 insertions, 2 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"), ); |