diff options
author | Marja van Waes <marja@mageia.org> | 2018-12-26 11:40:50 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2018-12-26 11:40:50 +0100 |
commit | bc85cbdb1c53bc992f3b7928070ebf7732593298 (patch) | |
tree | 9a6d29e89ab9574181beb9b408b3e66c39974c95 /perl-install/messages.pm | |
parent | 3a809a576709156e57eb310b5a2ec053af6934c2 (diff) | |
download | drakx-bc85cbdb1c53bc992f3b7928070ebf7732593298.tar drakx-bc85cbdb1c53bc992f3b7928070ebf7732593298.tar.gz drakx-bc85cbdb1c53bc992f3b7928070ebf7732593298.tar.bz2 drakx-bc85cbdb1c53bc992f3b7928070ebf7732593298.tar.xz drakx-bc85cbdb1c53bc992f3b7928070ebf7732593298.zip |
improve exitInstall message (mga#24046)
Diffstat (limited to 'perl-install/messages.pm')
-rw-r--r-- | perl-install/messages.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm index fc74745ec..d14f9d0e8 100644 --- a/perl-install/messages.pm +++ b/perl-install/messages.pm @@ -109,7 +109,7 @@ may be applicable to you, check your local laws."); sub install_completed() { join("\n\n\n", N("Congratulations, installation is complete. -Remove the boot media and press Enter to reboot."), +Remove the installation medium and press Enter to reboot."), 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. |