diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-11 04:50:59 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-11 04:50:59 -0400 |
commit | b6fa61fe74a3bba1bafe10c529bbd53db06bb433 (patch) | |
tree | 2c07b2cd03de8f11d4dcde731123a245d5ff2c4b /perl-install | |
parent | 3d0a461b8b9b865dd60c13317314e4ed90dc4795 (diff) | |
download | drakx-b6fa61fe74a3bba1bafe10c529bbd53db06bb433.tar drakx-b6fa61fe74a3bba1bafe10c529bbd53db06bb433.tar.gz drakx-b6fa61fe74a3bba1bafe10c529bbd53db06bb433.tar.bz2 drakx-b6fa61fe74a3bba1bafe10c529bbd53db06bb433.tar.xz drakx-b6fa61fe74a3bba1bafe10c529bbd53db06bb433.zip |
better commit too btw
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index c8649515d..3bbfb2699 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1036,7 +1036,7 @@ sub setupBootloaderBefore { my ($o) = @_; local $o->{pop_wait_messages} = 1; my $_w = $o->wait_message(N("Please wait"), - #-PO: This is NOT the boot loader!!!! + #-PO: This is NOT the boot loader (just the kernel initrds)!!!! N("Preparing initial startup program...") . "\n" . N("Be patient, this may take a while...") ); |