From 28d1617b4d4fcc047891cef30026ea38841ad054 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Sep 2012 11:50:04 +0000 Subject: (install_completed) split paragraphs --- perl-install/messages.pm | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'perl-install/messages.pm') diff --git a/perl-install/messages.pm b/perl-install/messages.pm index 86f083cdd..8f482188c 100644 --- a/perl-install/messages.pm +++ b/perl-install/messages.pm @@ -107,21 +107,14 @@ may be applicable to you, check your local laws."); } sub install_completed() { -#-PO: keep the double empty lines between sections, this is formatted a la LaTeX -N("Congratulations, installation is complete. -Remove the boot media and press Enter to reboot. - - -For information on fixes which are available for this release of Mageia, -consult the Errata available from: - - -%s - - -Information on configuring your system is available in the post -install chapter of the Official Mageia User's Guide.", -'http://www.mageia.org/'); + join("\n\n\n", + N("Congratulations, installation is complete. +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.") + ); } 1; -- cgit v1.2.1