From e0b0a7dbd5595809e725aa19b235a300f830d830 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Jul 2003 09:31:01 +0000 Subject: fixed typo. --- urpme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpme') diff --git a/urpme b/urpme index c002d748..56b8e43c 100644 --- a/urpme +++ b/urpme @@ -104,7 +104,7 @@ if ($test && $auto) { foreach (@toremove) { $sum += $state->{rejected}{$_}{size}; } - my $msg = N("To satisfy dependencies, the following packages are going to be removed (%d MB)", toMb($sum)); + my $msg = N("To satisfy dependencies, the following packages will be removed (%d MB)", toMb($sum)); print STDOUT "$msg:\n" . join("\n", sort { $a cmp $b } @toremove) . "\n$askok" . N(" (Y/n) "); =~ /[$noexpr]/ and exit 0; } -- cgit v1.2.1