diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-21 15:08:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-21 15:08:11 +0000 |
commit | 23e019da37234446c529a3a8f9e74d667aa16c85 (patch) | |
tree | 2931c533c2c814dbc2643b2d2e6864daeab9f5fc /perl-install/install_steps.pm | |
parent | dfba999426e91786aa64e7938b4f7876a42ec6cf (diff) | |
download | drakx-backup-do-not-use-23e019da37234446c529a3a8f9e74d667aa16c85.tar drakx-backup-do-not-use-23e019da37234446c529a3a8f9e74d667aa16c85.tar.gz drakx-backup-do-not-use-23e019da37234446c529a3a8f9e74d667aa16c85.tar.bz2 drakx-backup-do-not-use-23e019da37234446c529a3a8f9e74d667aa16c85.tar.xz drakx-backup-do-not-use-23e019da37234446c529a3a8f9e74d667aa16c85.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5cdadcfee..9b4d5d260 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -65,8 +65,8 @@ sub leavingStep($$) { while (my $f = shift @{$o->{steps}{$step}{toBeDone} || []}) { eval { &$f() }; $o->ask_warn(_("Error"), [ -_("An error occurred, but I don't know how to handle it nicely, -so continue at your own risk :("), $@ ]) if $@; +_("An error occurred, but I don't know how to handle it nicely. +Continue at your own risk."), $@ ]) if $@; } } |