diff options
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" }, |