diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-11 04:50:46 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-11 04:50:46 -0400 |
commit | 3d0a461b8b9b865dd60c13317314e4ed90dc4795 (patch) | |
tree | dcb51826581ec286297a96aa98a3d5997fb69e96 /perl-install/install | |
parent | 22a16d8dde5f122afe4cb088121fec1370d3b7a3 (diff) | |
download | drakx-3d0a461b8b9b865dd60c13317314e4ed90dc4795.tar drakx-3d0a461b8b9b865dd60c13317314e4ed90dc4795.tar.gz drakx-3d0a461b8b9b865dd60c13317314e4ed90dc4795.tar.bz2 drakx-3d0a461b8b9b865dd60c13317314e4ed90dc4795.tar.xz drakx-3d0a461b8b9b865dd60c13317314e4ed90dc4795.zip |
better dialog title (mga9648)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 69ae334d4..f3d236548 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- better dialog title (mga9648) + Version 16.93 - 9 May 2015 - bootloader: 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...") |