summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-21 01:03:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-21 01:03:40 +0000
commitda14d0c66dceef44c36261739f0ddb68b049d402 (patch)
tree84a71d486dd0b7d0c57a7f883b169be107753cb0
parent1e9280f128ed17384df3a9e5f28b0687cf0083d0 (diff)
downloaddrakx-da14d0c66dceef44c36261739f0ddb68b049d402.tar
drakx-da14d0c66dceef44c36261739f0ddb68b049d402.tar.gz
drakx-da14d0c66dceef44c36261739f0ddb68b049d402.tar.bz2
drakx-da14d0c66dceef44c36261739f0ddb68b049d402.tar.xz
drakx-da14d0c66dceef44c36261739f0ddb68b049d402.zip
(setupBootloaderBefore) better message (mga#484)
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps_interactive.pm2
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;