diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-01-18 14:33:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-01-18 14:33:00 +0000 |
commit | 6cd38141a0ac409b56c766d6db39cb14d4859644 (patch) | |
tree | c2d1a53bcf9628ac93a7b38c7061ff32c5dd100a | |
parent | cd58febabb2c4dea8da49e5ca9d37ad5e77f6864 (diff) | |
download | urpmi-6cd38141a0ac409b56c766d6db39cb14d4859644.tar urpmi-6cd38141a0ac409b56c766d6db39cb14d4859644.tar.gz urpmi-6cd38141a0ac409b56c766d6db39cb14d4859644.tar.bz2 urpmi-6cd38141a0ac409b56c766d6db39cb14d4859644.tar.xz urpmi-6cd38141a0ac409b56c766d6db39cb14d4859644.zip |
(do_install_2) really factorize string
-rwxr-xr-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |