diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-30 10:55:33 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-30 10:55:33 +0000 |
commit | ab512709fbf363777310620e3245b90a60106e38 (patch) | |
tree | 615aaa76360b7fcc3bf1e6425b68095cf99061f0 | |
parent | b6174d585ecea648891a6e7d21be42141a0a1212 (diff) | |
download | drakx-ab512709fbf363777310620e3245b90a60106e38.tar drakx-ab512709fbf363777310620e3245b90a60106e38.tar.gz drakx-ab512709fbf363777310620e3245b90a60106e38.tar.bz2 drakx-ab512709fbf363777310620e3245b90a60106e38.tar.xz drakx-ab512709fbf363777310620e3245b90a60106e38.zip |
have errata in parameter to not break too much updates
8.2->9.0
-rw-r--r-- | perl-install/install_steps_interactive.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 80cddaaa3..68e986898 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1332,11 +1332,12 @@ For information on fixes which are available for this release of Mandrake Linux, consult the Errata available from: -http://www.linux-mandrake.com/en/90errata.php3 +%s 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.", +_("http://www.mandrakelinux.com/en/90errata.php3"))), cancel => '', }, [ |