From 085526e9b19f310f3f468799f7d3109ae85b7949 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Apr 2012 18:30:58 +0000 Subject: add a note for translators --- perl-install/install/steps_interactive.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') 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; -- cgit v1.2.1