summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-07-26 15:47:14 +0000
committerFrancois Pons <fpons@mandriva.com>2001-07-26 15:47:14 +0000
commit942252dd9c19046f91c0923c32f2de2140862885 (patch)
tree66c6c12ffe833cd65c0bf1a9cccab9aa2a0de125
parenta1c737b545ae8434d050f88be88f784b9cc6bf87 (diff)
downloaddrakx-942252dd9c19046f91c0923c32f2de2140862885.tar
drakx-942252dd9c19046f91c0923c32f2de2140862885.tar.gz
drakx-942252dd9c19046f91c0923c32f2de2140862885.tar.bz2
drakx-942252dd9c19046f91c0923c32f2de2140862885.tar.xz
drakx-942252dd9c19046f91c0923c32f2de2140862885.zip
fix typo as Diskette to Floppy.
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index efed8f480..26b637509 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -727,13 +727,13 @@ sub afterInstallPackages($) {
$o->SUPER::afterInstallPackages($o);
}
-sub copyKernelFromDiskette {
+sub copyKernelFromFloppy {
my ($o) = @_;
$o->ask_warn('', _("Please insert the Boot floppy used in drive %s", $o->{blank}));
$o->SUPER::copyKernelFromDiskette();
}
-sub updateModulesFromDiskette {
+sub updateModulesFromFloppy {
my ($o) = @_;
$o->ask_warn('', _("Please insert the Update Modules floppy in drive %s", $o->{updatemodules}));
$o->SUPER::updateModulesFromDiskette();