diff options
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
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; } |