From 88247e2e7e68cd8585be6c74389c56d55cb3a0b7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 5 Sep 2008 16:04:40 +0000 Subject: improve phrasing (from Fred and Adam) --- perl-install/pkgs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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" }, -- cgit v1.2.1