summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index bf71c62f4..83d62c759 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -487,7 +487,7 @@ sub _chooseDesktop {
Custom => N("Custom"),
);
my $title = N("Desktop Selection");
- my $message = N("You can choose your workstation desktop profile: KDE, GNOME or Custom");
+ my $message = N("You can choose your workstation desktop profile:");
my $choice;
if ($o->isa('interactive::gtk')) {