summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
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 /perl-install/install/steps_interactive.pm
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)
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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;