diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-05 16:04:40 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-05 16:04:40 +0000 |
commit | 88247e2e7e68cd8585be6c74389c56d55cb3a0b7 (patch) | |
tree | ae07affa3ff50f6fb8c2425a443229de42617e2c /perl-install | |
parent | 627716cc127729b6b96f6efb99cda70eb3aded70 (diff) | |
download | drakx-88247e2e7e68cd8585be6c74389c56d55cb3a0b7.tar drakx-88247e2e7e68cd8585be6c74389c56d55cb3a0b7.tar.gz drakx-88247e2e7e68cd8585be6c74389c56d55cb3a0b7.tar.bz2 drakx-88247e2e7e68cd8585be6c74389c56d55cb3a0b7.tar.xz drakx-88247e2e7e68cd8585be6c74389c56d55cb3a0b7.zip |
improve phrasing (from Fred and Adam)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/pkgs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 8a37da2ed..0fa3b159c 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -238,8 +238,8 @@ sub remove_unused_packages { my $locales = @unselected_locales; $in->ask_from( N("Unused packages removal"), - N("The following packages do not seem to be useful for your system.") . "\n" . - N("Please select the packages group that should be removed:"), + N("We have detected that some packages are not needed for your system configuration.") . "\n" . + N("We will remove the following packages, unless you choose otherwise:"), [ if_(@unused_hardware_packages, { text => N("Unused hardware support"), val => \$hardware, type => "bool" }, |