summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 03:45:22 +0200
committerPascal Terjan <pterjan@gmail.com>2014-10-20 21:29:56 +0000
commit7196342617d4abc43eec2ed6841b4f1729e8f205 (patch)
tree38e846608f600164d5ddc9fdc95df6daa7f2059d /perl-install/install/steps_interactive.pm
parent86ed1dbac37685ddf52c9513d601604003df4fe5 (diff)
downloaddrakx-7196342617d4abc43eec2ed6841b4f1729e8f205.tar
drakx-7196342617d4abc43eec2ed6841b4f1729e8f205.tar.gz
drakx-7196342617d4abc43eec2ed6841b4f1729e8f205.tar.bz2
drakx-7196342617d4abc43eec2ed6841b4f1729e8f205.tar.xz
drakx-7196342617d4abc43eec2ed6841b4f1729e8f205.zip
update message accordingly
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index e8f1e0ebb..dfa9b9144 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -576,7 +576,7 @@ Please choose the minimal installation you want:"),
},
[
{ val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } },
- { val => \$recommends, type => 'bool', text => N("Install suggested packages"), disabled => sub { $minimal } },
+ { val => \$recommends, type => 'bool', text => N("Install recommended packages"), disabled => sub { $minimal } },
{ val => \$docs, type => 'bool', text => N("With basic documentation (recommended!)"), disabled => sub { $minimal } },
{ val => \$minimal, type => 'bool', text => N("Truly minimal install (especially no urpmi)") },
],