From 3d0a461b8b9b865dd60c13317314e4ed90dc4795 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 11 May 2015 04:50:46 -0400 Subject: better dialog title (mga9648) --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index dfa9b9144..c8649515d 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1035,7 +1035,7 @@ sub setRootPassword_addUser { sub setupBootloaderBefore { my ($o) = @_; local $o->{pop_wait_messages} = 1; - my $_w = $o->wait_message(N("Preparing bootloader..."), + my $_w = $o->wait_message(N("Please wait"), #-PO: This is NOT the boot loader!!!! N("Preparing initial startup program...") . "\n" . N("Be patient, this may take a while...") -- cgit v1.2.1