diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
2 files changed, 3 insertions, 1 deletions
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; |