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/advertising/12-mdkstore.pl | |
parent | e4db4e6f7a6875ec5345750595b2c4a2ecb6bbcd (diff) | |
download | drakx-5e33e755b3c89972b142f01bb8b7762da1962c62.tar drakx-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.gz drakx-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.bz2 drakx-5e33e755b3c89972b142f01bb8b7762da1962c62.tar.xz drakx-5e33e755b3c89972b142f01bb8b7762da1962c62.zip |
no need to translate web adresses
Diffstat (limited to 'perl-install/share/advertising/12-mdkstore.pl')
-rw-r--r-- | perl-install/share/advertising/12-mdkstore.pl | 2 |
1 files changed, 1 insertions, 1 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 ], ); |