summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-15 13:05:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-15 13:05:40 +0000
commit06d55ffd2e7efeb397df9ddb53b4243e807f4060 (patch)
treea48f78ec81c91fd272a39ad1414ba4a262e26442 /perl-install/standalone/drakboot
parent6df509b6c08868ec41f31b800f57ddfa00807de6 (diff)
downloaddrakx-backup-do-not-use-06d55ffd2e7efeb397df9ddb53b4243e807f4060.tar
drakx-backup-do-not-use-06d55ffd2e7efeb397df9ddb53b4243e807f4060.tar.gz
drakx-backup-do-not-use-06d55ffd2e7efeb397df9ddb53b4243e807f4060.tar.bz2
drakx-backup-do-not-use-06d55ffd2e7efeb397df9ddb53b4243e807f4060.tar.xz
drakx-backup-do-not-use-06d55ffd2e7efeb397df9ddb53b4243e807f4060.zip
(lilo_choice) let's set dialog title when poping up an error message
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
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;
}