From da14d0c66dceef44c36261739f0ddb68b049d402 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Mar 2012 01:03:40 +0000 Subject: (setupBootloaderBefore) better message (mga#484) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_interactive.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c93d89753..f7c9ada70 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- better "bootloader" message (mga#484) + Version 14.0 - 13 March 2012 - disk install: handle bogus ISOs when looking for install image (mga#4919) diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 07662997c..d89885fba 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1031,7 +1031,7 @@ sub setRootPassword_addUser { sub setupBootloaderBefore { my ($o) = @_; local $o->{pop_wait_messages} = 1; - my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing boot images...") . "\n" . + my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing initial startup program...") . "\n" . N("Be patient, this may take a while...") ); $o->SUPER::setupBootloaderBefore; -- cgit v1.2.1