summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2016-05-10 10:11:22 +0200
committerAnne Nicolas <ennael@mageia.org>2016-05-10 10:11:22 +0200
commitf962c4ca57e83a513ca1f45f639c0a85ebec32e7 (patch)
tree09f5dd7361c56ef95137c06ddaf609c1f3b143aa /perl-install/install/steps_gtk.pm
parente1e03a4cbbf77766e089fe0466b3a28ec97fbbf8 (diff)
downloaddrakx-f962c4ca57e83a513ca1f45f639c0a85ebec32e7.tar
drakx-f962c4ca57e83a513ca1f45f639c0a85ebec32e7.tar.gz
drakx-f962c4ca57e83a513ca1f45f639c0a85ebec32e7.tar.bz2
drakx-f962c4ca57e83a513ca1f45f639c0a85ebec32e7.tar.xz
drakx-f962c4ca57e83a513ca1f45f639c0a85ebec32e7.zip
Revert "replace KDE by Plasma for Mageia 6"
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 2c515d911..02d0038a5 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 Plasma Desktop", N("Mageia")),
+ KDE => N("Install %s KDE Desktop", N("Mageia")),
GNOME => N("Install %s GNOME Desktop", N("Mageia")),
Custom => N("Custom install"),
);