summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-05 09:02:37 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-05 09:02:37 +0000
commit1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d (patch)
treef17a2ed169d0bb7b6acf4ecf722e28a5ec798d67 /urpmi
parent9b3e9b763ac55efc1f9227ccaa7aa5b176c49353 (diff)
downloadurpmi-1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d.tar
urpmi-1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d.tar.gz
urpmi-1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d.tar.bz2
urpmi-1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d.tar.xz
urpmi-1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d.zip
Is it okay => Is this okay.
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 0d33b188..5a75b53b 100755
--- a/urpmi
+++ b/urpmi
@@ -422,7 +422,7 @@ if (@root_only) {
exit 1;
} elsif (!$auto && $ask_user) {
my $msg = _("To satisfy dependencies, the following packages are going to be installed (%d MB)", toMb($sum));
- my $msg2 = _("Is it OK?");
+ my $msg2 = _("Is this OK?");
my $p = join "\n", @to_install;
if ($X) {
my $ok = _("Ok");