diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-18 15:54:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-18 15:54:03 +0000 |
commit | 90a932205ba0f9b404aa38ea70683288c7b7822e (patch) | |
tree | 34778241a055013427ac71044e678f6997691f5c | |
parent | dd7397fb632e3bce9918bde4bfdf34c3f61340a4 (diff) | |
download | drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.gz drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.bz2 drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.tar.xz drakx-90a932205ba0f9b404aa38ea70683288c7b7822e.zip |
(_chooseDesktop) reduce a string
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
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')) { |