summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-21 15:08:11 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-21 15:08:11 +0000
commit23e019da37234446c529a3a8f9e74d667aa16c85 (patch)
tree2931c533c2c814dbc2643b2d2e6864daeab9f5fc /perl-install/install_steps.pm
parentdfba999426e91786aa64e7938b4f7876a42ec6cf (diff)
downloaddrakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar
drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.gz
drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.bz2
drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.xz
drakx-23e019da37234446c529a3a8f9e74d667aa16c85.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 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 $@;
}
}