From 7a96d442b368466f1c36c489f79c17b656d0d5c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Mar 2012 23:16:30 +0000 Subject: (setupBootloaderBefore) make "Preparing bootloader" less intimidating (same logic as previous commit, mga#484) --- perl-install/install/NEWS | 1 + perl-install/install/steps_interactive.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ec566848d..dcf7b8320 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - disk install: handle bogus ISOs when looking for install image (mga#4919) - step column: hide so called "bootlader" step since we do _not_ actually install bootloader at this stage but later in summary (mga#484) +- make "Preparing bootloader" less intimidating (mga#484) Version 13.95 - 13 March 2012 diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index e4926cb09..07662997c 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 bootloader...") . "\n" . + my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing boot images...") . "\n" . N("Be patient, this may take a while...") ); $o->SUPER::setupBootloaderBefore; -- cgit v1.2.1