diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-28 12:50:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-28 12:50:54 +0000 |
commit | ca573355a985ec383c0dcaa795f69f3032828182 (patch) | |
tree | 5c6745d2157f153132d07ed686354802dae5a0d1 | |
parent | a97b7d3795f3bf4d632617d1739588cd20a2adbc (diff) | |
download | drakx-ca573355a985ec383c0dcaa795f69f3032828182.tar drakx-ca573355a985ec383c0dcaa795f69f3032828182.tar.gz drakx-ca573355a985ec383c0dcaa795f69f3032828182.tar.bz2 drakx-ca573355a985ec383c0dcaa795f69f3032828182.tar.xz drakx-ca573355a985ec383c0dcaa795f69f3032828182.zip |
(generateAutoInstFloppy): s/ask_warn/ask_okcancel/ for asking floppy
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index db51c1ca5..b2ccbddb9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -997,7 +997,7 @@ sub generateAutoInstFloppy { #+ $o->ask_yesorno('', #+_("Do you want to generate an auto install floppy for linux replication?"), $floppy) or return; - $o->ask_warn('', _("Insert a blank floppy in drive %s", $floppy)); + $o->ask_okcancel('', _("Insert a blank floppy in drive %s", $floppy), 1) or return; my $dev = devices::make($floppy); |