diff options
author | Marja van Waes <marja@mageia.org> | 2014-12-28 13:02:27 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2014-12-28 13:02:27 +0100 |
commit | 13e7728b70dc07f26a7123a65c58dbd523b4ea90 (patch) | |
tree | b173ce7c3e0a4f6dd4c90d315e9b4d7d13328e2a | |
parent | 36c2fc004bf445ff784bde423ba7aa27885539f8 (diff) | |
download | drakx-13e7728b70dc07f26a7123a65c58dbd523b4ea90.tar drakx-13e7728b70dc07f26a7123a65c58dbd523b4ea90.tar.gz drakx-13e7728b70dc07f26a7123a65c58dbd523b4ea90.tar.bz2 drakx-13e7728b70dc07f26a7123a65c58dbd523b4ea90.tar.xz drakx-13e7728b70dc07f26a7123a65c58dbd523b4ea90.zip |
refer to MageiaWelcome instead of to something we do not have
-rw-r--r-- | perl-install/messages.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm index e36e6d255..fc74745ec 100644 --- a/perl-install/messages.pm +++ b/perl-install/messages.pm @@ -112,8 +112,8 @@ sub install_completed() { Remove the boot media 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("Information on configuring your system is available in the post -install chapter of the Official Mageia User's Guide.") + N("After rebooting and logging into Mageia, you will see the MageiaWelcome screen. +It is full of very useful information and links.") ); } |