summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index cd6fa4ad..74b9094d 100755
--- a/urpmi
+++ b/urpmi
@@ -726,7 +726,7 @@ foreach my $set (@{$state->{transaction} || []}) {
}
$X and gurpm::end();
if ($nok) {
- $nok > 1 and message(N("%d installation transactions failed"));
+ $nok > 1 and message(N("%d installation transactions failed", $nok));
} else {
if ($test) {
message(N("Installation is possible"));