summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-18 15:54:03 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-18 15:54:03 +0000
commit90a932205ba0f9b404aa38ea70683288c7b7822e (patch)
tree34778241a055013427ac71044e678f6997691f5c /perl-install/install/steps_interactive.pm
parentdd7397fb632e3bce9918bde4bfdf34c3f61340a4 (diff)
downloaddrakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar
drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.gz
drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.bz2
drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.xz
drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.zip
(_chooseDesktop) reduce a string
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')) {