summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 1996efac0..4dc48acef 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -763,6 +763,7 @@ Do you want to setup the update media?")),
if (!any::urpmi_set_downloader($o, $o->{packages}, $urpmi_options->{downloader})) {
log::l("installUpdates: failed to change urpmi downloader");
+ local $::isWizard = 0; # make button names "ok" and "cancel", not "next" and "previous"
if ($o->ask_okcancel(N("Warning"),
N("That downloader could not be installed") . "\n" . N("Retry?"))) {
goto try_again;
@@ -780,6 +781,7 @@ Do you want to setup the update media?")),
log::l("installUpdates: successfully added media");
} else {
log::l("installUpdates: failed to add media");
+ local $::isWizard = 0; # make button names "ok" and "cancel", not "next" and "previous"
if ($o->ask_okcancel(N("Warning"),
N("Failure when adding medium") . "\n" . N("Retry?"))) {
goto try_again;