summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
commit2346c7832c06ed35de1af6f9d523941fa96b4259 (patch)
treec0d77250687090ea0de366e460385d1347c3cee0 /perl-install/install_steps.pm
parent3cf33eab50fd8e7eb927c617986f62938e0485a1 (diff)
downloaddrakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.gz
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.bz2
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.xz
drakx-backup-do-not-use-2346c7832c06ed35de1af6f9d523941fa96b4259.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 6c144e873..545fa9677 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -64,7 +64,7 @@ sub leavingStep($$) {
while (my $f = shift @{$o->{steps}{$step}{toBeDone} || []}) {
eval { &$f() };
$o->ask_warn(_("Error"), [
-_("An error occurred, i don't know how to handle it nicely,
+_("An error occurred, but I don't know how to handle it nicely,
so continue at your own risk :("), $@ ]) if $@;
}
}
@@ -275,7 +275,7 @@ sub createBootdisk($) {
my @l = detect_devices::floppies();
- $dev = shift @l || die _("no floppy available")
+ $dev = shift @l || die _("No floppy drive available")
if $dev eq "1"; #- special case meaning autochoose
return if $::testing;