diff options
Diffstat (limited to 'perl-install/share/advertising/dis-10.pl')
-rw-r--r-- | perl-install/share/advertising/dis-10.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/share/advertising/dis-10.pl b/perl-install/share/advertising/dis-10.pl index ed3d827ca..7fc9a3f0a 100644 --- a/perl-install/share/advertising/dis-10.pl +++ b/perl-install/share/advertising/dis-10.pl @@ -8,10 +8,10 @@ $y_start = 80; $title = N("Become a MandrakeClub member!"); @text = (N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" * Full access to commercial applications"), - N(" * Special download mirror list exclusively for MandrakeClub Members"), - N(" * Voting for software to put in Mandrake Linux"), - N(" * Special discounts for products and services at MandrakeStore"), - N(" * Plus much more"), + N(" - Full access to commercial applications"), + N(" - Special download mirror list exclusively for MandrakeClub Members"), + N(" - Voting for software to put in Mandrake Linux"), + N(" - Special discounts for products and services at MandrakeStore"), + N(" - Plus much more"), '', N("For more information, please visit www.mandrakeclub.com")); |