summaryrefslogtreecommitdiffstats
path: root/perl-install/messages.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-18 11:50:04 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-18 11:50:04 +0000
commit28d1617b4d4fcc047891cef30026ea38841ad054 (patch)
tree4f18156e16d941cc91815a49b4b55c1e20cca01f /perl-install/messages.pm
parenta6ae50c4feebd2004b301b3da26d70893d43ca6b (diff)
downloaddrakx-backup-do-not-use-28d1617b4d4fcc047891cef30026ea38841ad054.tar
drakx-backup-do-not-use-28d1617b4d4fcc047891cef30026ea38841ad054.tar.gz
drakx-backup-do-not-use-28d1617b4d4fcc047891cef30026ea38841ad054.tar.bz2
drakx-backup-do-not-use-28d1617b4d4fcc047891cef30026ea38841ad054.tar.xz
drakx-backup-do-not-use-28d1617b4d4fcc047891cef30026ea38841ad054.zip
(install_completed) split paragraphs
Diffstat (limited to 'perl-install/messages.pm')
-rw-r--r--perl-install/messages.pm23
1 files changed, 8 insertions, 15 deletions
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;