diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-05 09:02:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-05 09:02:37 +0000 |
commit | 1e90c21c9d7b6c5f2fb42077a239240ae17d4d2d (patch) | |
tree | f17a2ed169d0bb7b6acf4ecf722e28a5ec798d67 /_irpm | |
parent | 9b3e9b763ac55efc1f9227ccaa7aa5b176c49353 (diff) | |
download | urpmi-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 '_irpm')
-rwxr-xr-x | _irpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ $SIG{ALRM} = sub { $pid and kill 9, $pid; not_found(); }; alarm $timeout; if (!$automatic) { - $interactive_mesg = _("Automatic installation of packages...\nYou requested installation of package %s\n",$rpm) . _("Is it OK?"); + $interactive_mesg = _("Automatic installation of packages...\nYou requested installation of package %s\n",$rpm) . _("Is this OK?"); if ($X) { my $ok = _("Ok"); my $cancel = _("Cancel"); |