diff options
author | damien <damien@mandriva.com> | 2002-02-20 10:40:29 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-02-20 10:40:29 +0000 |
commit | 0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1 (patch) | |
tree | fb4ef285d6b265d066083bfebf1a84f9f54758bc /perl-install | |
parent | 0fca41fa048967bb1926e956b203e9c562490b4c (diff) | |
download | drakx-0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1.tar drakx-0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1.tar.gz drakx-0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1.tar.bz2 drakx-0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1.tar.xz drakx-0ae18cdfb9080fc8f7d895fe8451a02c61e3fad1.zip |
changed toll free
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/advertising/13-Nvert.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/advertising/13-Nvert.pl b/perl-install/share/advertising/13-Nvert.pl index f786f868a..c11683fff 100644 --- a/perl-install/share/advertising/13-Nvert.pl +++ b/perl-install/share/advertising/13-Nvert.pl @@ -8,6 +8,6 @@ $icon_dy = 0; @data = ( [ _("To access to more commercial informations, please contact us on the following toll free:"), 0, 0, 400, 100, 0], # This phone number has to be '1877 MDKCORP' for USA and Canada, '0821 231 231' for France. For other, I dunno! (dams) - [ _("1877 MDKCORP"), 0, 120, 400, 150 ], + [ _("http://www.mandrakesoft.com/sales/contact"), 0, 120, 400, 150 ], # [ 'text', $x, $y, $area_width, $area_height ], ); |