diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 15:26:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 15:26:43 +0000 |
commit | 9bf8255b7cb3c14af76cc81cd1244fe187f4b57a (patch) | |
tree | 71122f8cf70ffac4311e171f930c92b7306681b8 /perl-install/install | |
parent | 73daac7d580717861747d7c062d238626aba592a (diff) | |
download | drakx-9bf8255b7cb3c14af76cc81cd1244fe187f4b57a.tar drakx-9bf8255b7cb3c14af76cc81cd1244fe187f4b57a.tar.gz drakx-9bf8255b7cb3c14af76cc81cd1244fe187f4b57a.tar.bz2 drakx-9bf8255b7cb3c14af76cc81cd1244fe187f4b57a.tar.xz drakx-9bf8255b7cb3c14af76cc81cd1244fe187f4b57a.zip |
fix title of desktop selection dialog
Diffstat (limited to 'perl-install/install')
-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 9702a78ab..74f8d4002 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -486,7 +486,7 @@ sub _chooseDesktop { GNOME => N("Install Mandriva GNOME Desktop"), Custom => N("Custom install"), ); - my $title = N("Package Group Selection"); + my $title = N("Desktop Selection"); my $message = N("You can choose your workstation desktop profile: KDE, GNOME or Custom"); my $choice; |