From 92659faaef5e37e511d3ccdb45254fd8ac80c11d Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 21 Feb 2007 11:18:49 +0000 Subject: fixed ngettext use --- urpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmi') 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; -- cgit v1.2.1