summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-01 08:48:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-01 08:48:01 +0000
commit49ed2c95f60f194bc32f055a84a8a066c19eb51d (patch)
tree03a4f5b5972f45ec4da587695fd3aad5a57d9ce0 /perl-install
parentd67d1856ab717c9a0b00487b815314084a4fa34b (diff)
downloaddrakx-backup-do-not-use-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar
drakx-backup-do-not-use-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.gz
drakx-backup-do-not-use-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.bz2
drakx-backup-do-not-use-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.xz
drakx-backup-do-not-use-49ed2c95f60f194bc32f055a84a8a066c19eb51d.zip
(lilo_choice) fix error title
Diffstat (limited to 'perl-install')
-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 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;