summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-17 16:44:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-17 16:44:59 +0000
commit106363491a1bfd4bd0f306611b987d63d0a67515 (patch)
treeaec483fb21e4c27f9e6bf641ec6892e071f8e083
parente8cc409ffe18cc048dd4c0702894ffbce6f5a697 (diff)
downloadurpmi-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-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 5ee6048a..96a15751 100755
--- a/urpmi
+++ b/urpmi
@@ -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");