diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-11-27 18:59:33 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-11-27 18:59:33 +0000 |
commit | 8923ae296271934e0e9f486877efde3f6e090d24 (patch) | |
tree | bda65c104c7a99dcea81192f97c4ce46c957c753 /_irpm | |
parent | 41e32b3391326cf338195e5863121ff36fcd6a81 (diff) | |
download | urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.gz urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.bz2 urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.xz urpmi-8923ae296271934e0e9f486877efde3f6e090d24.zip |
fixed some English typos; updated Hungarian file
Diffstat (limited to '_irpm')
-rwxr-xr-x | _irpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ $SIG{ALRM} = sub { $pid and kill 9, $pid; not_found(); }; alarm $timeout; if (!$automatic) { - $interactive_mesg = i18n("Automatic installation of packages...\nYou requested installation of package $rpm\n") . i18n("Is it ok?"); + $interactive_mesg = i18n("Automatic installation of packages...\nYou requested installation of package $rpm\n") . i18n("Is it OK?"); if ($X) { my $ok = i18n("Ok"); my $cancel = i18n("Cancel"); |