From 9b256d52003829baf392bdec916049366b3d63a1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Aug 2008 15:53:46 +0000 Subject: (_chooseDesktop) commit uncommited string compression --- perl-install/install/steps_interactive.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 74f8d4002..bf71c62f4 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -482,9 +482,9 @@ sub _chooseDesktop { my ($o, $rpmsrate_flags_chosen, $chooseGroups) = @_; my @l = group_by2( - KDE => N("Install Mandriva KDE Desktop"), - GNOME => N("Install Mandriva GNOME Desktop"), - Custom => N("Custom install"), + KDE => N("KDE"), + GNOME => N("GNOME"), + Custom => N("Custom"), ); my $title = N("Desktop Selection"); my $message = N("You can choose your workstation desktop profile: KDE, GNOME or Custom"); -- cgit v1.2.1