summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}