diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-17 16:44:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-17 16:44:59 +0000 |
commit | 106363491a1bfd4bd0f306611b987d63d0a67515 (patch) | |
tree | aec483fb21e4c27f9e6bf641ec6892e071f8e083 | |
parent | e8cc409ffe18cc048dd4c0702894ffbce6f5a697 (diff) | |
download | urpmi-106363491a1bfd4bd0f306611b987d63d0a67515.tar urpmi-106363491a1bfd4bd0f306611b987d63d0a67515.tar.gz urpmi-106363491a1bfd4bd0f306611b987d63d0a67515.tar.bz2 urpmi-106363491a1bfd4bd0f306611b987d63d0a67515.tar.xz urpmi-106363491a1bfd4bd0f306611b987d63d0a67515.zip |
Better wording of the "Is it OK" message
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ if (@root_only) { my $msg = $#to_install ? N("To satisfy dependencies, the following packages are going to be installed") : N("To satisfy dependencies, the following package is going to be installed"); - my $msg2 = N("Is this OK? (%d packages, %d MB)", $urpm->{nb_install}, toMb($sum)); + my $msg2 = N("Proceed to installation of %d packages? (%d MB)", $urpm->{nb_install}, toMb($sum)); my $p = join "\n", @to_install; my $noexpr = N("Nn"); my $yesexpr = N("Yy"); |