summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-29 13:10:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-29 13:10:22 +0000
commit5af716381b96fe95e2f4bee654a62f191e5f711a (patch)
tree0835c55c8886bc5f98374f3744aaf0df30330b30 /perl-install/install_steps_interactive.pm
parent306ddb40796dfac0820f59d8d29707962de3701b (diff)
downloaddrakx-backup-do-not-use-5af716381b96fe95e2f4bee654a62f191e5f711a.tar
drakx-backup-do-not-use-5af716381b96fe95e2f4bee654a62f191e5f711a.tar.gz
drakx-backup-do-not-use-5af716381b96fe95e2f4bee654a62f191e5f711a.tar.bz2
drakx-backup-do-not-use-5af716381b96fe95e2f4bee654a62f191e5f711a.tar.xz
drakx-backup-do-not-use-5af716381b96fe95e2f4bee654a62f191e5f711a.zip
fix thanks to chipaux msg about mkbootdisk
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 834befccd..d4a1de411 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1184,7 +1184,7 @@ failures. Would you like to create a bootdisk for your system?")),
}, [ { val => \$o->{mkbootdisk}, list => \@l, format => sub { $l{$_[0]} || $_[0] } } ]
) or return;
}
- $o->ask_warn('', _("Insert a floppy in drive %s", $l{$o->{mkbootdisk}} || $o->{mkbootdisk}));
+ $o->ask_warn('', _("Insert a floppy in %s", $l{$o->{mkbootdisk}} || $o->{mkbootdisk}));
}
my $w = $o->wait_message('', _("Creating bootdisk"));