summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-28 16:01:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-28 16:01:51 +0000
commit615ea921460ff1d5ac604a077ac980374cdbae9f (patch)
tree0079fd7f4ce7eb42ba795740f8b44e9e0dcd7f5a /perl-install
parent7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6 (diff)
downloaddrakx-backup-do-not-use-615ea921460ff1d5ac604a077ac980374cdbae9f.tar
drakx-backup-do-not-use-615ea921460ff1d5ac604a077ac980374cdbae9f.tar.gz
drakx-backup-do-not-use-615ea921460ff1d5ac604a077ac980374cdbae9f.tar.bz2
drakx-backup-do-not-use-615ea921460ff1d5ac604a077ac980374cdbae9f.tar.xz
drakx-backup-do-not-use-615ea921460ff1d5ac604a077ac980374cdbae9f.zip
small english fix
Diffstat (limited to 'perl-install')
-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,