summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
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,