summaryrefslogtreecommitdiffstats
path: root/_irpm
diff options
context:
space:
mode:
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");