From 9bf8255b7cb3c14af76cc81cd1244fe187f4b57a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 11 Aug 2008 15:26:43 +0000 Subject: fix title of desktop selection dialog --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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; -- cgit v1.2.1