From 49ed2c95f60f194bc32f055a84a8a066c19eb51d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Jun 2004 08:48:01 +0000 Subject: (lilo_choice) fix error title --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index e41a50da1..e1891fdb9 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -252,7 +252,7 @@ sub lilo_choice() { if ($err && $err !~ /wizcancel/) { # BUG: note that the following message won't speak about the right bootloader if user is currently switching between # various bootloaders and if the error occured before boot sector get overwritten by bootloader installer - my $w = $in->ask_warn(N("Error2"), + my $w = $in->ask_warn(N("Error"), [ N("Installation of %s failed. The following error occured:", bootloader::detect_bootloader()), $err ]); undef $w; goto ask; -- cgit v1.2.1