From 23e019da37234446c529a3a8f9e74d667aa16c85 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Oct 1999 15:08:11 +0000 Subject: no_comment --- perl-install/install_steps.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps.pm') 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 $@; } } -- cgit v1.2.1