summaryrefslogtreecommitdiffstats
path: root/perl-install/messages.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/messages.pm')
-rw-r--r--perl-install/messages.pm23
1 files changed, 12 insertions, 11 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm
index 8f482188c..b63f81b38 100644
--- a/perl-install/messages.pm
+++ b/perl-install/messages.pm
@@ -1,4 +1,4 @@
-package messages; # $Id: messages.pm 245997 2008-09-19 12:59:39Z pixel $
+package messages;
use diagnostics;
use strict;
@@ -61,18 +61,18 @@ arising out of downloading software components from one of Mageia sites which a
prohibited or restricted in some countries by local laws.
This limited liability applies to, but is not restricted to, the strong cryptography components
included in the Software Products.
-However, because some jurisdictions do not allow the exclusion or limitation or liability for
+However, because some jurisdictions do not allow the exclusion or limitation of liability for
consequential or incidental damages, the above limitation may not apply to you."),
-N("3. The GPL License and Related Licenses"),
+N("3. The GPLv2 License and Related Licenses"),
N("The Software Products consist of components created by different persons or entities.
Most of these licenses allow you to use, duplicate, adapt or redistribute the components which
they cover. Please read carefully the terms and conditions of the license agreement for each component
before using any component. Any question on a component license should be addressed to the component
licensor or supplier and not to Mageia.
-The programs developed by Mageia are governed by the GPL License. Documentation written
+The programs developed by Mageia are governed by the GPLv2 License. Documentation written
by Mageia is governed by \"%s\" License.", "CC-By-SA"),
@@ -100,20 +100,21 @@ For any question on this document, please contact Mageia."),
sub warning_about_patents() {
N("Warning: Free Software may not necessarily be patent free, and some Free
-Software included may be covered by patents in your country. For example, the
-MP3 decoders included may require a license for further usage (see
-http://www.mp3licensing.com for more details). If you are unsure if a patent
-may be applicable to you, check your local laws.");
+Software included may be covered by patents in your country. For example, our
+tainted version of VLC contains components that may require a license for
+further usage (see https://www.videolan.org/press/patents.html for more
+details). If you are unsure if a patent 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("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.")
);
}