diff options
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ if ($test && $auto) { foreach (@toremove) { $sum += $state->{rejected}{$_}{size}; } - my $msg = N("To satisfy dependencies, the following packages will be removed (%d MB)", toMb($sum)); + my $msg = N("To satisfy dependencies, the following %d packages will be removed (%d MB)", scalar(@toremove), toMb($sum)); print STDOUT "$msg:\n$list\n"; message_input($askok . N(" (y/N) "), $force && $yesexpr, boolean => 1) =~ /[$yesexpr]/ or exit 0; } |