summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-30 21:46:11 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-30 21:46:11 +0000
commit520b799db595d913f2261f24627a9bb3763385bc (patch)
tree6623394be8769ff1dc4ffd21f2129a7b07bfc3f3 /perl-install/install/steps_interactive.pm
parent4dffd3a6197bc3c3805b4669d7caf51e5a8a17b0 (diff)
downloaddrakx-backup-do-not-use-520b799db595d913f2261f24627a9bb3763385bc.tar
drakx-backup-do-not-use-520b799db595d913f2261f24627a9bb3763385bc.tar.gz
drakx-backup-do-not-use-520b799db595d913f2261f24627a9bb3763385bc.tar.bz2
drakx-backup-do-not-use-520b799db595d913f2261f24627a9bb3763385bc.tar.xz
drakx-backup-do-not-use-520b799db595d913f2261f24627a9bb3763385bc.zip
(ask_change_cd_) explain
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index c6fb1108d..ad2f90a19 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -369,7 +369,7 @@ sub ask_change_cd {
sub ask_change_cd_ {
my ($o, $medium) = @_;
- local $::isWizard = 0;
+ local $::isWizard = 0; # make button name match text, aka being "cancel" rather than "previous"
$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;