summaryrefslogtreecommitdiffstats
path: root/_irpm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-11-27 18:59:33 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-11-27 18:59:33 +0000
commit8923ae296271934e0e9f486877efde3f6e090d24 (patch)
treebda65c104c7a99dcea81192f97c4ce46c957c753 /_irpm
parent41e32b3391326cf338195e5863121ff36fcd6a81 (diff)
downloadurpmi-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_irpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/_irpm b/_irpm
index 974f5c2f..ac4c2b35 100755
--- a/_irpm
+++ b/_irpm
@@ -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");