From 06d55ffd2e7efeb397df9ddb53b4243e807f4060 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Jan 2004 13:05:40 +0000 Subject: (lilo_choice) let's set dialog title when poping up an error message --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 41e4c6eb4..e16008461 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -221,7 +221,7 @@ sub lilo_choice() { eval { any::setupBootloader($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL}) }; my $err = $@; if ($err) { - $in->ask_warn('', + $in->ask_warn(N("Error"), [ N("Installation of %s failed. The following error occured:", bootloader::detect_bootloader()), $err ]); goto ask; } -- cgit v1.2.1