diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-31 14:05:13 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-31 14:05:13 +0000 |
commit | 5e33e755b3c89972b142f01bb8b7762da1962c62 (patch) | |
tree | a83298695f5b71e13c0b60774e9057303d530b70 /perl-install/share | |
parent | e4db4e6f7a6875ec5345750595b2c4a2ecb6bbcd (diff) | |
download | drakx-backup-do-not-use-5e33e755b3c89972b142f01bb8b7762da1962c62.tar drakx-backup-do-not-use-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.gz drakx-backup-do-not-use-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.bz2 drakx-backup-do-not-use-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.xz drakx-backup-do-not-use-5e33e755b3c89972b142f01bb8b7762da1962c62.zip |
no need to translate web adresses
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/advertising/12-mdkstore.pl | 2 | ||||
-rw-r--r-- | perl-install/share/advertising/14-mdkexpert.pl | 2 | ||||
-rw-r--r-- | perl-install/share/advertising/15-mdkexpert-corporate.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/advertising/12-mdkstore.pl b/perl-install/share/advertising/12-mdkstore.pl index 1cc1096f9..de28ef4be 100644 --- a/perl-install/share/advertising/12-mdkstore.pl +++ b/perl-install/share/advertising/12-mdkstore.pl @@ -8,6 +8,6 @@ $icon_dy = 0; @data = ( [ _("Strategic partners"), 0, 0, 400, 20, 1], [ _("MandrakeSoft works alongside a selection of companies offering professional solutions compatible with Mandrake Linux. A list of these partners is available on the MandrakeStore."), 0, 20, 400, 50, 0 ], - [ _("www.mandrakestore.com/license"), 0, 0, 400, 80, 0 ], + [ "www.mandrakestore.com/license", 0, 0, 400, 80, 0 ], # [ 'text', $x, $y, $area_width, $area_height ], ); diff --git a/perl-install/share/advertising/14-mdkexpert.pl b/perl-install/share/advertising/14-mdkexpert.pl index b4edc1539..403f58c84 100644 --- a/perl-install/share/advertising/14-mdkexpert.pl +++ b/perl-install/share/advertising/14-mdkexpert.pl @@ -9,6 +9,6 @@ $icon_dy = 0; [ _("Become a MandrakeExpert"), 0, 0, 400, 20, 1], [ _("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 20, 400, 60 ], [ _("Join the MandrakeSoft support teams and the Linux Community online th share your knowledge and help your others by becoming a recognized Expert on the online tehnial support website:"), 0, 20, 400, 90 ], - [ _("www.mandrakeexpert.com"), 0, 20, 400, 120], + [ "www.mandrakeexpert.com", 0, 20, 400, 120], # [ 'text', $x, $y, $area_width, $area_height ], ); diff --git a/perl-install/share/advertising/15-mdkexpert-corporate.pl b/perl-install/share/advertising/15-mdkexpert-corporate.pl index 9dbc2c115..6ee4bf703 100644 --- a/perl-install/share/advertising/15-mdkexpert-corporate.pl +++ b/perl-install/share/advertising/15-mdkexpert-corporate.pl @@ -9,6 +9,6 @@ $icon_dy = 0; [ _("MandrakeExpert Corporate"), 0, 0, 400, 20, 1], [ _("An online platform to respond to company's specific support needs."), 0, 20, 400, 60 ], [ _("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 20, 400, 90 ], - [ _("corporate.mandrakeexpert.com"), 0, 20, 400, 120], + [ "corporate.mandrakeexpert.com", 0, 20, 400, 120], # [ 'text', $x, $y, $area_width, $area_height ], ); |