diff options
author | Florent Villard <warly@mandriva.com> | 2004-12-01 07:00:50 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-12-01 07:00:50 +0000 |
commit | c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c (patch) | |
tree | 607ebf5fff434a77d7f7663c98050921c2cd5372 | |
parent | 3ecc82ac3c2e1254508f59c53414a3012c13d1e4 (diff) | |
download | drakx-c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c.tar drakx-c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c.tar.gz drakx-c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c.tar.bz2 drakx-c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c.tar.xz drakx-c8f55acb2692c6803c6ffdaca7c78d8f20b27f9c.zip |
The coporate errata is corpo30errata.php3 and not 100errata.php3
-rw-r--r-- | perl-install/install_messages.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_messages.pm b/perl-install/install_messages.pm index e668c0ff5..323cf0885 100644 --- a/perl-install/install_messages.pm +++ b/perl-install/install_messages.pm @@ -138,7 +138,7 @@ consult the Errata available from: Information on configuring your system is available in the post install chapter of the Official Mandrakelinux User's Guide.", -N("http://www.mandrakelinux.com/en/100errata.php3")); +N("http://www.mandrakelinux.com/en/corpo30errata.php3")); } 1; |