diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-27 15:26:23 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-27 15:26:23 +0000 |
commit | 1630734c2fe83912edcc9f635530ecc76e531047 (patch) | |
tree | ecfeba5fff45b976e9815c73709a50ca28356684 /perl-install/install_steps_interactive.pm | |
parent | b030ca24a057af9372c3b64045528f0f8d337324 (diff) | |
download | drakx-1630734c2fe83912edcc9f635530ecc76e531047.tar drakx-1630734c2fe83912edcc9f635530ecc76e531047.tar.gz drakx-1630734c2fe83912edcc9f635530ecc76e531047.tar.bz2 drakx-1630734c2fe83912edcc9f635530ecc76e531047.tar.xz drakx-1630734c2fe83912edcc9f635530ecc76e531047.zip |
formatAlaTex for congratz msg
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 0ab79c40d..033e64620 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1335,17 +1335,20 @@ Do you really want to quit now?"), 0); $o->ask_from_no_check( { - messages => + messages => formatAlaTeX( _("Congratulations, installation is complete. Remove the boot media and press return to reboot. + For information on fixes which are available for this release of Mandrake Linux, consult the Errata available from: + http://www.linux-mandrake.com/en/82errata.php3 + Information on configuring your system is available in the post -install chapter of the Official Mandrake Linux User's Guide."), +install chapter of the Official Mandrake Linux User's Guide.")), cancel => '', }, [ |