diff options
| -rw-r--r-- | perl-install/NEWS | 1 | ||||
| -rw-r--r-- | perl-install/messages.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index adca9fc33..008c0f62b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- improve Congratulations message in last installer screen (mga#28209) - make IceWM the last choice when automatically choosing the session for autologin - fix inconsistent use of any::sessions() - fix autologin session selection for GDM diff --git a/perl-install/messages.pm b/perl-install/messages.pm index b63f81b38..11684e387 100644 --- a/perl-install/messages.pm +++ b/perl-install/messages.pm @@ -110,7 +110,7 @@ local laws."); sub install_completed() { join("\n\n\n", N("Congratulations, installation is complete. -Remove the installation medium and press Enter to reboot."), +Remove the installation medium, then click on Reboot or press your enter key."), N("For information on fixes which are available for this release of Mageia, consult the Errata available from:\n%s", 'http://www.mageia.org/'), N("After rebooting and logging into Mageia, you will see the MageiaWelcome screen. |
