summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-18 15:53:46 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-18 15:53:46 +0000
commit9b256d52003829baf392bdec916049366b3d63a1 (patch)
tree9ff00f0ae859f0e7113e1b33e3483886bad19374 /perl-install/install/steps_interactive.pm
parentbb06978499d5c46427f304572cec82af2ec6de6d (diff)
downloaddrakx-backup-do-not-use-9b256d52003829baf392bdec916049366b3d63a1.tar
drakx-backup-do-not-use-9b256d52003829baf392bdec916049366b3d63a1.tar.gz
drakx-backup-do-not-use-9b256d52003829baf392bdec916049366b3d63a1.tar.bz2
drakx-backup-do-not-use-9b256d52003829baf392bdec916049366b3d63a1.tar.xz
drakx-backup-do-not-use-9b256d52003829baf392bdec916049366b3d63a1.zip
(_chooseDesktop) commit uncommited string compression
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm6
1 files changed, 3 insertions, 3 deletions
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");