From 6cd38141a0ac409b56c766d6db39cb14d4859644 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Jan 2007 14:33:00 +0000 Subject: (do_install_2) really factorize string --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurpmi2 b/gurpmi2 index 45cee252..e9826d4b 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -207,7 +207,7 @@ sub do_install_2 () { $urpm->{nb_install} = @to_install; @to_install > 1 && !$gurpmi::options{auto} ? ask_continue(P("To satisfy dependencies, the following package is going to be installed:", - "To satisfy dependencies, the following %d packages are going to be installed:", + "To satisfy dependencies, the following packages are going to be installed:", scalar(@to_install), ) . join("\n", '', @to_install, ''), \&do_install_3) : goto \&do_install_3; -- cgit v1.2.1