diff options
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 ], ); |