summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-18 18:30:58 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-18 18:30:58 +0000
commit5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9 (patch)
tree176690609b19067aa3cc642e828db61a01844380 /perl-install/install/steps_interactive.pm
parentb9f8caf2b588570e5d54004cdd335e672729cdd2 (diff)
downloaddrakx-backup-do-not-use-5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9.tar
drakx-backup-do-not-use-5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9.tar.gz
drakx-backup-do-not-use-5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9.tar.bz2
drakx-backup-do-not-use-5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9.tar.xz
drakx-backup-do-not-use-5bafa67d98e8e4d4a873f138289d1f2e9e0c92d9.zip
add a note for translators
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index e1f2e7bd5..db16681fb 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -1036,7 +1036,9 @@ sub setRootPassword_addUser {
sub setupBootloaderBefore {
my ($o) = @_;
local $o->{pop_wait_messages} = 1;
- my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing initial startup program...") . "\n" .
+ my $_w = $o->wait_message(N("Preparing bootloader..."),
+ #-PO: This is NOT the boot loader!!!!
+ N("Preparing initial startup program...") . "\n" .
N("Be patient, this may take a while...")
);
$o->SUPER::setupBootloaderBefore;