summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 18:06:51 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 18:06:51 +0000
commitc5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8 (patch)
treef1196d38b191cbe9d42dcdbce603a6f7047c2e06 /perl-install/install/steps_interactive.pm
parent426d308bc2e10f069d37a2c34bdafeb6dac7f056 (diff)
downloaddrakx-c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8.tar
drakx-c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8.tar.gz
drakx-c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8.tar.bz2
drakx-c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8.tar.xz
drakx-c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8.zip
(setupBootloaderBefore) set title
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 5a61d14af..2ac5d180e 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -1058,7 +1058,7 @@ sub setRootPassword_addUser {
#------------------------------------------------------------------------------
sub setupBootloaderBefore {
my ($o) = @_;
- my $_w = $o->wait_message('', N("Preparing bootloader..."));
+ my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing bootloader..."));
$o->SUPER::setupBootloaderBefore;
}