From c5df7fe9c8472ef1ecc9176f849a6b2ea3fd16f8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2008 18:06:51 +0000 Subject: (setupBootloaderBefore) set title --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') 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; } -- cgit v1.2.1