From 615ea921460ff1d5ac604a077ac980374cdbae9f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 28 Feb 2002 16:01:51 +0000 Subject: small english fix --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 5f6307c2e..029f1ac89 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -671,8 +671,8 @@ sub chooseGroups { my $minimal = !grep { $_ } values %{$o->{compssUsersChoice}}; $o->ask_from(_("Type of install"), - _("You do not have selected any group of packages -Please choose the minimal installation you want"), + _("You haven't selected any group of packages. +Please choose the minimal installation you want:"), [ { val => \$o->{compssUsersChoice}{X}, type => 'bool', text => _("With X"), disabled => sub { $minimal } }, if_($::expert || $minimal, -- cgit v1.2.1