From 4dffd3a6197bc3c3805b4669d7caf51e5a8a17b0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Mar 2009 21:33:14 +0000 Subject: (ask_change_cd_) make button name match text, aka being "cancel" rather than "previous" --- perl-install/install/steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index d67a7a1c8..c6fb1108d 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -369,6 +369,7 @@ sub ask_change_cd { sub ask_change_cd_ { my ($o, $medium) = @_; + local $::isWizard = 0; $o->ask_okcancel('', N("Change your Cd-Rom! Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done. If you do not have it, press Cancel to avoid installation from this Cd-Rom.", $medium), 1) or return; -- cgit v1.2.1