From 90a932205ba0f9b404aa38ea70683288c7b7822e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Aug 2008 15:54:03 +0000 Subject: (_chooseDesktop) reduce a string --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- cgit v1.2.1