summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index a883b858..d47bc60b 100755
--- a/urpmi
+++ b/urpmi
@@ -595,7 +595,7 @@ if (@root_only) {
$msg = "$msg\n" . N("(test only, installation will not be actually done)");
}
my $msg2 = ($urpm->{nb_install} == 1) ?
- N("Proceed with the installation of 1 package? (%2\$d MB)",toMb($sum))
+ N("Proceed with the installation of 1 package? (%d MB)",toMb($sum))
: P("Proceed with the installation of the %d package? (%d MB)",
"Proceed with the installation of the %d packages? (%d MB)", $urpm->{nb_install}, $urpm->{nb_install}, toMb($sum));
my $p = join "\n", @to_install;