diff options
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 8500c7df9..b764bd630 100644 --- a/perl-install/share/advertising/13-Nvert.pl +++ b/perl-install/share/advertising/13-Nvert.pl @@ -6,7 +6,7 @@ $icon = 0; $icon_dx = 0; $icon_dy = 0; @data = ( - [ _("For more information on MandrakeSoft's Professional Services and commercial offerings, please dial the toll-free number that you will find here:"), 0, 0, 400, 100, 0], + [ _("For more information on MandrakeSoft's Professional Services and commercial offerings, please see the following web page:"), 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) [ _("http://www.mandrakesoft.com/sales/contact"), 0, 120, 400, 150 ], # [ 'text', $x, $y, $area_width, $area_height ], |