diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-29 09:31:01 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-29 09:31:01 +0000 |
commit | e0b0a7dbd5595809e725aa19b235a300f830d830 (patch) | |
tree | 52bdb716b9a5ce3ade1b558d9d268a5ac84dcea1 /urpme | |
parent | 5078b797e5e9d3e9bfa299301f078efd43a4b94a (diff) | |
download | urpmi-e0b0a7dbd5595809e725aa19b235a300f830d830.tar urpmi-e0b0a7dbd5595809e725aa19b235a300f830d830.tar.gz urpmi-e0b0a7dbd5595809e725aa19b235a300f830d830.tar.bz2 urpmi-e0b0a7dbd5595809e725aa19b235a300f830d830.tar.xz urpmi-e0b0a7dbd5595809e725aa19b235a300f830d830.zip |
fixed typo.
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) "); <STDIN> =~ /[$noexpr]/ and exit 0; } |